#include <mongocxx/v_noabi/mongocxx/result/rewrap_many_datakey.hpp>
The result of a MongoDB rewrapManyDatakey operation.
Public Member Functions | |
| rewrap_many_datakey ()=default | |
| rewrap_many_datakey (v1::rewrap_many_datakey_result opts) | |
| Construct with the mongocxx::v1 equivalent. | |
| rewrap_many_datakey (v_noabi::result::bulk_write bulk_write_result_doc) | |
| operator v1::rewrap_many_datakey_result () const | |
| Convert to the mongocxx::v1 equivalent. | |
| bsoncxx::v_noabi::stdx::optional< v_noabi::result::bulk_write > const & | result () |
| Returns the bulk write result for this rewrap_many_datakey operation. | |
| mongocxx::v_noabi::result::rewrap_many_datakey::rewrap_many_datakey | ( | v1::rewrap_many_datakey_result | opts | ) |
Construct with the mongocxx::v1 equivalent.
|
inlineexplicit |
|
explicit |
Convert to the mongocxx::v1 equivalent.
|
inline |
Returns the bulk write result for this rewrap_many_datakey operation.