Interface IBatchableSource
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Represents a batch of items that can be split if not all items can be processed at once.
public interface IBatchableSource<out T>
Type Parameters
T
The type of the items.
Properties
Gets a value indicating whether all items were processed.
Gets a value indicating whether the batch can be split.
Gets the count.
Gets the items.
Gets the offset.
Gets the count of processed items. Equal to zero until SetProcessedCount has been called.
Methods
Advances past the processed items.
Gets the items in the batch.
Gets the items that were processed.
Gets the items that were not processed.
Sets the processed count.