Optional Elements
Modifier and Type |
Optional Element and Description |
String |
comment
Add a comment to the query.
|
int |
cursorBatchSize
Sets the number of documents to return per batch.
|
Meta.CursorOption[] |
flags
|
long |
maxExecutionTimeMs
Set the maximum time limit in milliseconds for processing operations.
|
long |
maxScanDocuments
Only scan the specified number of documents.
|
boolean |
snapshot
Using snapshot prevents the cursor from returning a document more than once.
|