Property CanBeSplit
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
CanBeSplit
Gets a value indicating whether the batch can be split.
bool CanBeSplit { get; }
Property Value
true
if the batch can be split; otherwise, false
.