Class BucketOperationSupport.OperationOutput

java.lang.Object
org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.Output
org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OperationOutput
All Implemented Interfaces:
AggregationExpression, MongoExpression
Enclosing class:
BucketOperationSupport<T extends BucketOperationSupport<T,B>,B extends BucketOperationSupport.OutputBuilder<B,T>>

protected static class BucketOperationSupport.OperationOutput extends BucketOperationSupport.Output
Output field that uses a Mongo operation (expression object) to generate an output field value.
BucketOperationSupport.OperationOutput is used either with a regular field name or an operation keyword (e.g. $sum, $count).
Author:
Mark Paluch