CustomAggregationOperation

class CustomAggregationOperation(operation: Document) : AggregationOperation

Constructors

Link copied to clipboard
constructor(operation: Document)

Functions

Link copied to clipboard
fun getDocument(): Document
Link copied to clipboard
open override fun getOperator(): String
Link copied to clipboard
open override fun toDocument(context: AggregationOperationContext): Document
Link copied to clipboard
open fun toPipelineStages(context: AggregationOperationContext): MutableList<Document>