Toggles AwaitData: Block a little while waiting for more data instead of returning immediately if no data.
Toggles AwaitData: Block a little while waiting for more data instead of returning immediately if no data. Use along with TailableCursor.
Sets an upper limit on the number of documents to retrieve per batch.
Sets an upper limit on the number of documents to retrieve per batch. Defaults to 0 (meaning no upper limit - MongoDB decides).
Toggles Exhaust
Toggles NoCursorTimeout: The cursor will not expire automatically
Toggles OplogReplay
Toggles Partial: The response can be partial - if a shard is down, no error will be thrown.
Sets the number of documents to skip.
Toggles SlaveOk: The query is might be run on a secondary.
Toggles TailableCursor: Makes the cursor not to close after all the data is consumed.
(queryOps: StringAdd).self
(queryOps: StringFormat).self
(queryOps: ArrowAssoc[QueryOps]).x
(Since version 2.10.0) Use leftOfArrow
instead
(queryOps: Ensuring[QueryOps]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
Operations about query.