#include <mongocxx/v1/client_bulk_write.hpp>
Options for a "Delete One" operation in a client bulk write.
Supported fields include:
Public Member Functions | |
| delete_one_options () | |
| Default initialization. | |
| delete_one_options (delete_one_options &&other) noexcept | |
| Move constructor. | |
| delete_one_options (delete_one_options const &other) | |
| Copy construction. | |
| ~delete_one_options () | |
| Destroy this object. | |
| bsoncxx::v1::stdx::optional< bsoncxx::v1::document::view > | collation () const |
| Return the current "collation" field. | |
| delete_one_options & | collation (bsoncxx::v1::document::value v) |
| Set the "collation" field. | |
| bsoncxx::v1::stdx::optional< v1::hint > | hint () const |
| Return the current "hint" field. | |
| delete_one_options & | hint (v1::hint v) |
| Set the "hint" field. | |
| delete_one_options & | operator= (delete_one_options &&other) noexcept |
| Move assignment. | |
| delete_one_options & | operator= (delete_one_options const &other) |
| Copy assignment. | |
| mongocxx::v1::client_bulk_write::delete_one_options::~delete_one_options | ( | ) |
Destroy this object.
|
noexcept |
Move constructor.
| mongocxx::v1::client_bulk_write::delete_one_options::delete_one_options | ( | delete_one_options const & | other | ) |
Copy construction.
| mongocxx::v1::client_bulk_write::delete_one_options::delete_one_options | ( | ) |
Default initialization.
| bsoncxx::v1::stdx::optional< bsoncxx::v1::document::view > mongocxx::v1::client_bulk_write::delete_one_options::collation | ( | ) | const |
Return the current "collation" field.
| delete_one_options & mongocxx::v1::client_bulk_write::delete_one_options::collation | ( | bsoncxx::v1::document::value | v | ) |
Set the "collation" field.
| bsoncxx::v1::stdx::optional< v1::hint > mongocxx::v1::client_bulk_write::delete_one_options::hint | ( | ) | const |
Return the current "hint" field.
| delete_one_options & mongocxx::v1::client_bulk_write::delete_one_options::hint | ( | v1::hint | v | ) |
Set the "hint" field.
|
noexcept |
Move assignment.
| delete_one_options & mongocxx::v1::client_bulk_write::delete_one_options::operator= | ( | delete_one_options const & | other | ) |
Copy assignment.