@Retention(value=RUNTIME)
@Target(value={ANNOTATION_TYPE,METHOD,TYPE})
@Documented
@Inherited
public @interface MongoAggregateOptions
Modifier and Type | Optional Element and 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.
|
public abstract boolean bypassDocumentValidation
public abstract long maxAwaitTimeMS