MongoDB driver for Kotlin (synchronous) • opensavvy.ktmongo.sync.operations • AggregationOperations
AggregationOperations¶
interface AggregationOperations<Document : Any> : BaseOperations
Interface grouping MongoDB operations relating to aggregation pipelines
Inheritors¶
Properties¶
context
¶
abstract val context:
Functions¶
aggregate
¶
abstract fun aggregate(): MongoAggregationPipeline<Document>
Start an aggregation pipeline.