Property SingleBatch
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
SingleBatch
Gets or sets whether to return only a single batch.
public bool? SingleBatch { get; set; }
Property Value
- bool?
Whether to return only a single batchThe single batch.