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