Property WasFirstBatchEmpty
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
WasFirstBatchEmpty
Gets a value indicating whether the first batch was empty or not.
public bool WasFirstBatchEmpty { get; }
Property Value
- bool
true
if the first batch was empty; otherwise,false
.