|
MongoDB C++ Driver 4.1.4
|
#include <mongocxx/v_noabi/mongocxx/result/update.hpp>
The result of a MongoDB update operation.
Public Member Functions | |
| std::int32_t | matched_count () const |
| Gets the number of documents that were matched during this operation. | |
| std::int32_t | modified_count () const |
| Gets the number of documents that were modified during this operation. | |
| result::bulk_write const & | result () const |
| Returns the bulk write result for this update operation. | |
| std::int32_t | upserted_count () const |
| Gets the number of documents that were upserted during this operation. | |
| bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::document::element > | upserted_id () const |
| If a document was upserted during this operation, gets the _id of the upserted document. | |
| std::int32_t mongocxx::v_noabi::result::update::matched_count | ( | ) | const |
Gets the number of documents that were matched during this operation.
| std::int32_t mongocxx::v_noabi::result::update::modified_count | ( | ) | const |
Gets the number of documents that were modified during this operation.
| result::bulk_write const & mongocxx::v_noabi::result::update::result | ( | ) | const |
Returns the bulk write result for this update operation.
| std::int32_t mongocxx::v_noabi::result::update::upserted_count | ( | ) | const |
Gets the number of documents that were upserted during this operation.
| bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::document::element > mongocxx::v_noabi::result::update::upserted_id | ( | ) | const |
If a document was upserted during this operation, gets the _id of the upserted document.