@Retention(value=RUNTIME)
@Target(value={ANNOTATION_TYPE,METHOD,TYPE})
@Documented
@Inherited
public @interface MongoFindOptions
Modifier and Type | Optional Element and Description |
---|---|
boolean |
allowDiskUse
The allowDiskUse.
|
int |
batchSize
The batchSize.
|
java.lang.String |
comment
The comment.
|
com.mongodb.CursorType |
cursorType
The cursorType.
|
java.lang.String |
hint
The hint.
|
int |
limit
The limit.
|
java.lang.String |
max
The max.
|
long |
maxAwaitTimeMS
The maxAwaitTimeMS.
|
long |
maxTimeMS
The maxTimeMS.
|
java.lang.String |
min
The min.
|
boolean |
noCursorTimeout
The cursorType.
|
boolean |
partial
The partial.
|
boolean |
returnKey
The returnKey.
|
boolean |
showRecordId
The showRecordId.
|
int |
skip
The skip.
|
public abstract int batchSize
public abstract long maxAwaitTimeMS
public abstract com.mongodb.CursorType cursorType
public abstract boolean noCursorTimeout
public abstract java.lang.String comment
public abstract boolean returnKey