Find Flow
Functions
Enables writing to temporary files on the server. When set to true, the server can write temporary data to disk while executing the find operation.
Sets the cursor type.
Explain the execution plan for this operation with the given verbosity level
Sets the hint to apply.
The maximum amount of time for the server to wait on new documents to satisfy a tailable cursor query. This only applies to a TAILABLE_AWAIT cursor. When the cursor is not a TAILABLE_AWAIT cursor, this option is ignored.
The server normally times out idle cursors after an inactivity period (10 minutes) to prevent excess memory use. Set this option to prevent that.
Users should not set this under normal circumstances.
Sets a document describing the fields to return for all matching documents.
Sets the showRecordId. Set to true to add a field $recordId
to the returned documents.