Click or drag to resize
GridFSUploadOptions.BatchSize 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: Nullable<Int32>
The batch size.
See Also