Annotation Type MongoAggregateOptions
-
@Retention(RUNTIME) @Target({ANNOTATION_TYPE,METHOD,TYPE}) @Documented @Inherited public @interface MongoAggregateOptions
Defines a custom MongoDB aggregate query options.- Since:
- 3.3.0
- Author:
- Denis Stepanov
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
allowDiskUse
The allowDiskUse.boolean
bypassDocumentValidation
The bypassDocumentValidation.java.lang.String
comment
The comment.java.lang.String
hint
The hint.long
maxAwaitTimeMS
The maxAwaitTimeMS.long
maxTimeMS
The maxTimeMS.
-