MongoDB C++ Driver mongocxx-3.11.0
|
#include <mongocxx/v_noabi/mongocxx/result/delete.hpp>
Class representing 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. | |
const result::bulk_write & | 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.
const result::bulk_write & mongocxx::v_noabi::result::delete_result::result | ( | ) | const |
Returns the bulk write result.