find One And Delete
Atomically find a document and remove it.
Note: Supports retryable writes on MongoDB server versions 3.6 or higher when the retryWrites setting is enabled.
Parameters
the query filter to find the document with returned
Atomically find a document and remove it.
Note: Supports retryable writes on MongoDB server versions 3.6 or higher when the retryWrites setting is enabled.
Parameters
the query filter to find the document with
the options to apply to the operation returned
Atomically find a document and remove it.
Note: Supports retryable writes on MongoDB server versions 3.6 or higher when the retryWrites setting is enabled.
Since
3.6
Parameters
the client session with which to associate this operation
the query filter to find the document with returned
Atomically find a document and remove it.
Note: Supports retryable writes on MongoDB server versions 3.6 or higher when the retryWrites setting is enabled.
Since
3.6
Parameters
the client session with which to associate this operation
the query filter to find the document with
the options to apply to the operation returned