Aggregate Flow
Flow 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
Requests AggregateFlow to start streaming data according to the specified aggregation pipeline.
Sets the comment for this operation. A null value means no comment is set.
Explain the execution plan for this operation with the given verbosity level
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. Calling this method is the preferred alternative to consuming this AggregateFlow, because this method does what is explicitly requested without executing implicit operations.