DocumentsWindowCreate Method (KeywordDocumentsWindowBoundary, KeywordDocumentsWindowBoundary) |
Creates a documents window.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.21.0+5a9c3311e158910b88195f290e6d4b1b2715d2b2
Syntax public static DocumentsWindow Create(
KeywordDocumentsWindowBoundary lowerBoundary,
KeywordDocumentsWindowBoundary upperBoundary
)
Public Shared Function Create (
lowerBoundary As KeywordDocumentsWindowBoundary,
upperBoundary As KeywordDocumentsWindowBoundary
) As DocumentsWindow
static member Create :
lowerBoundary : KeywordDocumentsWindowBoundary *
upperBoundary : KeywordDocumentsWindowBoundary -> DocumentsWindow
Parameters
- lowerBoundary
- Type: MongoDB.DriverKeywordDocumentsWindowBoundary
The lower boundary. - upperBoundary
- Type: MongoDB.DriverKeywordDocumentsWindowBoundary
The upper boundary.
Return Value
Type:
DocumentsWindowA documents window.
See Also