#include <mongocxx/v_noabi/mongocxx/result/delete.hpp>
The result of a MongoDB delete operation.
Public Member Functions | |
| delete_result (v1::delete_many_result opts) | |
| Construct with the mongocxx::v1 equivalent. | |
| delete_result (v1::delete_one_result opts) | |
| Construct with the mongocxx::v1 equivalent. | |
| delete_result (v_noabi::result::bulk_write result) | |
| std::int32_t | deleted_count () const |
| Gets the number of documents that were deleted during this operation. | |
| operator v1::delete_many_result () const | |
| Convert to the mongocxx::v1 equivalent. | |
| operator v1::delete_one_result () const | |
| Convert to the mongocxx::v1 equivalent. | |
| v_noabi::result::bulk_write const & | result () const |
| Returns the bulk write result. | |
|
inlineexplicit |
Construct with the mongocxx::v1 equivalent.
Construct with the mongocxx::v1 equivalent.
|
inline |
Gets the number of documents that were deleted during this operation.
|
explicit |
Convert to the mongocxx::v1 equivalent.
|
explicit |
Convert to the mongocxx::v1 equivalent.
|
inline |
Returns the bulk write result.