Click or drag to resize
GridFSFindOptionsBatchSize Property
Gets or sets the batch size.

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

Property Value

Type: NullableInt32
The batch size.
See Also