Click or drag to resize
FindOptionsBase.BatchSize Property
Gets or sets the size of a batch.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax
public Nullable<int> BatchSize { get; set; }

Property Value

Type: Nullable<Int32>
See Also