AggregationOperations¶
interface AggregationOperations<Document : Any> : BaseOperations
The different MongoDB operations related to aggregation pipelines.
Inheritors¶
Properties¶
context¶
@LowLevelApi
abstract val context: BsonContext
The full BSON configuration, used by the DSL to generate queries.
For more information, see BsonContext.
Functions¶
aggregate¶
abstract fun aggregate(): MongoAggregationPipeline<Document>