AggregationOperations¶
interface AggregationOperations<Document : Any> : BaseOperations
Interface grouping MongoDB operations relating to aggregation pipelines
Inheritors¶
Properties¶
context¶
@LowLevelApi
abstract val context: BsonContext
Functions¶
aggregate¶
abstract fun aggregate(): MongoAggregationPipeline<Document>