AggregateOptionsBatchSize Property |
Gets or sets the size of a batch.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public Nullable<int> BatchSize { get; set; }
Public Property BatchSize As Nullable(Of Integer)
Get
Set
member BatchSize : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also