FindCommandOperationTDocumentFirstBatchSize Property |
Gets or sets the size of the first batch.
Namespace:
MongoDB.Driver.Core.Operations
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntaxpublic Nullable<int> FirstBatchSize { get; set; }
Public Property FirstBatchSize As Nullable(Of Integer)
Get
Set
member FirstBatchSize : Nullable<int> with get, set
Property Value
Type:
NullableInt32
The size of the first batch.
See Also