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: ERROR CLASS: Symbol not found for BsonContext
Functions¶
aggregate¶
abstract fun aggregate(): MongoAggregationPipeline<Document>
Start an aggregation pipeline.