IBatchableSourceT Interface |
Namespace: MongoDB.Driver.Core.Misc
The IBatchableSourceT type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllItemsWereProcessed |
Gets a value indicating whether all items were processed.
|
![]() | CanBeSplit |
Gets a value indicating whether the batch can be split.
|
![]() | Count |
Gets the count.
|
![]() | Items |
Gets the items.
|
![]() | Offset |
Gets the offset.
|
![]() | ProcessedCount |
Gets the count of processed items. Equal to zero until SetProcessedCount has been called.
|
Name | Description | |
---|---|---|
![]() | AdvancePastProcessedItems |
Advances past the processed items.
|
![]() | GetBatchItems |
Gets the items in the batch.
|
![]() | GetProcessedItems |
Gets the items that were processed.
|
![]() | GetUnprocessedItems |
Gets the items that were not processed.
|
![]() | SetProcessedCount |
Sets the processed count.
|