Click or drag to resize
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.4.1
Syntax
public Nullable<int> FirstBatchSize { get; set; }

Property Value

Type: NullableInt32
The size of the first batch.
See Also