BatchableSourceT Class |
Namespace: MongoDB.Driver.Core.Misc
The BatchableSourceT type exposes the following members.
Name | Description | |
---|---|---|
BatchableSourceT(IEnumerableT) |
Initializes a new instance of the BatchableSourceT class.
| |
BatchableSourceT(IEnumeratorT) |
Initializes a new instance of the BatchableSourceT class.
|
Name | Description | |
---|---|---|
ClearBatch |
Clears the most recent batch.
| |
EndBatch(IReadOnlyListT) |
Called when the last batch is complete.
| |
EndBatch(IReadOnlyListT, BatchableSourceTOverflow) |
Called when an intermediate batch is complete.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetRemainingItems |
Gets all the remaining items that haven't been previously consumed.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MoveNext |
Moves to the next item in the source.
| |
StartBatch |
Starts a new batch.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |
Name | Description | |
---|---|---|
Batch |
Gets the most recent batch.
| |
Current |
Gets the current item.
| |
HasMore |
Gets a value indicating whether there are more items.
|