MongoDB C++ Driver 4.2.0
Loading...
Searching...
No Matches
mongocxx::v_noabi::result::replace_one Class Reference

#include <mongocxx/v_noabi/mongocxx/result/replace_one.hpp>

Description

The result of a MongoDB replaceOne operation.

Public Member Functions

 replace_one (v1::replace_one_result opts)
 Construct with the mongocxx::v1 equivalent.
 replace_one (v_noabi::result::bulk_write result)
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.
 operator v1::replace_one_result () const
 Convert to the mongocxx::v1 equivalent.
v_noabi::result::bulk_write const & result () const
 Returns the bulk write result for this replace_one operation.
bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::document::elementupserted_id () const
 Gets the id of the upserted document.

Constructor & Destructor Documentation

◆ replace_one() [1/2]

mongocxx::v_noabi::result::replace_one::replace_one ( v_noabi::result::bulk_write result)
inlineexplicit
Deprecated
For internal use only.

◆ replace_one() [2/2]

mongocxx::v_noabi::result::replace_one::replace_one ( v1::replace_one_result opts)

Construct with the mongocxx::v1 equivalent.

Member Function Documentation

◆ matched_count()

std::int32_t mongocxx::v_noabi::result::replace_one::matched_count ( ) const
inline

Gets the number of documents that were matched during this operation.

Returns
The number of documents that were matched.

◆ modified_count()

std::int32_t mongocxx::v_noabi::result::replace_one::modified_count ( ) const
inline

Gets the number of documents that were modified during this operation.

Returns
The number of documents that were modified.

◆ operator v1::replace_one_result()

mongocxx::v_noabi::result::replace_one::operator v1::replace_one_result ( ) const
explicit

Convert to the mongocxx::v1 equivalent.

◆ result()

v_noabi::result::bulk_write const & mongocxx::v_noabi::result::replace_one::result ( ) const
inline

Returns the bulk write result for this replace_one operation.

Returns
The raw bulk write result.

◆ upserted_id()

bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::document::element > mongocxx::v_noabi::result::replace_one::upserted_id ( ) const
inline

Gets the id of the upserted document.

Returns
The value of the _id field for upserted document.

The documentation for this class was generated from the following file: