Aggregate Iterable
Iterable like implementation for aggregate operations.
Parameters
The type of the result.
See also
Functions
Enables writing to temporary files. A null value indicates that it's unspecified.
Sets the number of documents to return per batch.
Sets the bypass document level validation flag.
Sets the collation options
Sets the comment for this operation. A null value means no comment is set.
Aggregates documents according to the specified aggregation pipeline.
Sets the hint for which index to use. A null value means no hint is set.
Sets the hint to apply.
Add top-level variables to the aggregation.
The maximum amount of time for the server to wait on new documents to satisfy a $changeStream
aggregation.
Sets the timeoutMode for the cursor.
Aggregates documents according to the specified aggregation pipeline, which must end with an $out
or $merge
stage. This method is the preferred alternative to cursor, because this method does what is explicitly requested without executing implicit operations.
Appends all elements to the given destination collection.