#include <mongocxx/v_noabi/mongocxx/options/delete.hpp>
Used by MongoDB delete operations.
|
default |
Default initialization.
| mongocxx::v_noabi::options::delete_options::delete_options | ( | v1::delete_many_options | opts | ) |
Construct with the mongocxx::v1 equivalent.
| mongocxx::v_noabi::options::delete_options::delete_options | ( | v1::delete_one_options | opts | ) |
Construct with the mongocxx::v1 equivalent.
|
inline |
Retrieves the current collation for this operation.
|
inline |
Sets the collation for this operation.
| collation | The new collation. |
|
inline |
Gets the current value of the comment option.
|
inline |
Set the value of the comment option.
| comment | The new comment option. |
|
inline |
Gets the current hint.
|
inline |
Sets the index to use for this operation.
| index_hint | Object representing the index to use. |
|
inline |
Gets the current value of the let option.
|
inline |
Set the value of the let option.
| let | The new let option. |
|
inlineexplicit |
Convert to the mongocxx::v1 equivalent.
|
inlineexplicit |
Convert to the mongocxx::v1 equivalent.
|
inline |
The current write_concern for this operation.
|
inline |
Sets the write_concern for this operation.
| wc | The new write_concern. |