Annotation Interface MongoAggregateQuery
Defines a custom MongoDB query for aggregating results.
- Since:
- 3.3.0
- Author:
- Denis Stepanov
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
valueString valueThe custom MongoDB pipeline represented in JSON.- Returns:
- The query
 - Default:
- ""
 
- 
pipelineThe custom MongoDB pipeline represented in JSON.- Returns:
- The query
 - Default:
- ""
 
- 
collationThe custom collation represented in JSON.- Returns:
- The collation
 - Default:
- ""
 
 
-