Property BatchSize
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
BatchSize
Gets or sets the size of a batch.
public int? BatchSize { get; set; }
Property Value
- int?
The size of a batch.
Gets or sets the size of a batch.
public int? BatchSize { get; set; }
The size of a batch.