#include <mongocxx/v1/update_one_options.hpp>
Options for an "updateOne" operation.
Supported fields include:
Public Member Functions | |
| update_one_options () | |
| Default initialization. | |
| update_one_options (update_one_options &&other) noexcept | |
| Move constructor. | |
| update_one_options (update_one_options const &other) | |
| Copy construction. | |
| ~update_one_options () | |
| Destroy this object. | |
| bsoncxx::v1::stdx::optional< bsoncxx::v1::array::view > | array_filters () const |
| Return the current "arrayFilters" field. | |
| update_one_options & | array_filters (bsoncxx::v1::array::value array_filters) |
| Set the "arrayFilters" field. | |
| bsoncxx::v1::stdx::optional< bool > | bypass_document_validation () const |
| Return the current "bypassDocumentValidation" field. | |
| update_one_options & | bypass_document_validation (bool bypass_document_validation) |
| Set the "bypassDocumentValidation" field. | |
| bsoncxx::v1::stdx::optional< bsoncxx::v1::document::view > | collation () const |
| Return the current "collation" field. | |
| update_one_options & | collation (bsoncxx::v1::document::value collation) |
| Set the "collation" field. | |
| bsoncxx::v1::stdx::optional< bsoncxx::v1::types::view > const | comment () const |
| Return the current "comment" field. | |
| update_one_options & | comment (bsoncxx::v1::types::value comment) |
| Set the "comment" field. | |
| bsoncxx::v1::stdx::optional< v1::hint > | hint () const |
| Return the current "hint" field. | |
| update_one_options & | hint (v1::hint index_hint) |
| Set the "hint" field. | |
| bsoncxx::v1::stdx::optional< bsoncxx::v1::document::view > const | let () const |
| Return the current "let" field. | |
| update_one_options & | let (bsoncxx::v1::document::value let) |
| Set the "let" field. | |
| update_one_options & | operator= (update_one_options &&other) noexcept |
| Move assignment. | |
| update_one_options & | operator= (update_one_options const &other) |
| Copy assignment. | |
| bsoncxx::v1::stdx::optional< bsoncxx::v1::document::view > | sort () const |
| Return the current "sort" field. | |
| update_one_options & | sort (bsoncxx::v1::document::value sort) |
| Set the "sort" field. | |
| bsoncxx::v1::stdx::optional< bool > | upsert () const |
| Return the current "upsert" field. | |
| update_one_options & | upsert (bool upsert) |
| Set the "upsert" field. | |
| bsoncxx::v1::stdx::optional< v1::write_concern > | write_concern () const |
| Return the current "writeConcern" field. | |
| update_one_options & | write_concern (v1::write_concern wc) |
| Set the "writeConcern" field. | |
| mongocxx::v1::update_one_options::~update_one_options | ( | ) |
Destroy this object.
|
noexcept |
Move constructor.
| mongocxx::v1::update_one_options::update_one_options | ( | update_one_options const & | other | ) |
Copy construction.
| mongocxx::v1::update_one_options::update_one_options | ( | ) |
Default initialization.
| bsoncxx::v1::stdx::optional< bsoncxx::v1::array::view > mongocxx::v1::update_one_options::array_filters | ( | ) | const |
Return the current "arrayFilters" field.
| update_one_options & mongocxx::v1::update_one_options::array_filters | ( | bsoncxx::v1::array::value | array_filters | ) |
Set the "arrayFilters" field.
| bsoncxx::v1::stdx::optional< bool > mongocxx::v1::update_one_options::bypass_document_validation | ( | ) | const |
Return the current "bypassDocumentValidation" field.
| update_one_options & mongocxx::v1::update_one_options::bypass_document_validation | ( | bool | bypass_document_validation | ) |
Set the "bypassDocumentValidation" field.
| bsoncxx::v1::stdx::optional< bsoncxx::v1::document::view > mongocxx::v1::update_one_options::collation | ( | ) | const |
Return the current "collation" field.
| update_one_options & mongocxx::v1::update_one_options::collation | ( | bsoncxx::v1::document::value | collation | ) |
Set the "collation" field.
| bsoncxx::v1::stdx::optional< bsoncxx::v1::types::view > const mongocxx::v1::update_one_options::comment | ( | ) | const |
Return the current "comment" field.
| update_one_options & mongocxx::v1::update_one_options::comment | ( | bsoncxx::v1::types::value | comment | ) |
Set the "comment" field.
| bsoncxx::v1::stdx::optional< v1::hint > mongocxx::v1::update_one_options::hint | ( | ) | const |
Return the current "hint" field.
| update_one_options & mongocxx::v1::update_one_options::hint | ( | v1::hint | index_hint | ) |
Set the "hint" field.
| bsoncxx::v1::stdx::optional< bsoncxx::v1::document::view > const mongocxx::v1::update_one_options::let | ( | ) | const |
Return the current "let" field.
| update_one_options & mongocxx::v1::update_one_options::let | ( | bsoncxx::v1::document::value | let | ) |
Set the "let" field.
|
noexcept |
Move assignment.
| update_one_options & mongocxx::v1::update_one_options::operator= | ( | update_one_options const & | other | ) |
Copy assignment.
| bsoncxx::v1::stdx::optional< bsoncxx::v1::document::view > mongocxx::v1::update_one_options::sort | ( | ) | const |
Return the current "sort" field.
| update_one_options & mongocxx::v1::update_one_options::sort | ( | bsoncxx::v1::document::value | sort | ) |
Set the "sort" field.
| bsoncxx::v1::stdx::optional< bool > mongocxx::v1::update_one_options::upsert | ( | ) | const |
Return the current "upsert" field.
| update_one_options & mongocxx::v1::update_one_options::upsert | ( | bool | upsert | ) |
Set the "upsert" field.
| bsoncxx::v1::stdx::optional< v1::write_concern > mongocxx::v1::update_one_options::write_concern | ( | ) | const |
Return the current "writeConcern" field.
| update_one_options & mongocxx::v1::update_one_options::write_concern | ( | v1::write_concern | wc | ) |
Set the "writeConcern" field.