Mongo Iterable
The MongoIterable is the results from an operation, such as a query.
Parameters
T
The type that this iterable will decode documents to.
Inheritors
Functions
Link copied to clipboard
Sets the number of documents to return per batch.
Link copied to clipboard
Returns a cursor used for iterating over elements of type `T. The cursor is primarily used for change streams.
Link copied to clipboard
Link copied to clipboard
Appends all elements to the given destination collection.