MongoDB C++ Driver 4.1.0
|
#include <mongocxx/v_noabi/mongocxx/result/delete.hpp>
The result of a MongoDB delete operation.
Public Member Functions | |
std::int32_t | deleted_count () const |
Gets the number of documents that were deleted during this operation. | |
result::bulk_write const & | result () const |
Returns the bulk write result. | |
std::int32_t mongocxx::v_noabi::result::delete_result::deleted_count | ( | ) | const |
Gets the number of documents that were deleted during this operation.
result::bulk_write const & mongocxx::v_noabi::result::delete_result::result | ( | ) | const |
Returns the bulk write result.