#include <mongocxx/v_noabi/mongocxx/result/gridfs/upload.hpp>
The result of a GridFS upload operation.
Public Member Functions | |
| upload (bsoncxx::v_noabi::types::bson_value::view id) | |
| upload (v1::gridfs::upload_result opts) | |
| Construct with the mongocxx::v1 equivalent. | |
| bsoncxx::v_noabi::types::view const & | id () const |
| Gets the id of the uploaded GridFS file. | |
| operator v1::gridfs::upload_result () const | |
| Convert to the mongocxx::v1 equivalent. | |
|
inline |
| mongocxx::v_noabi::result::gridfs::upload::upload | ( | v1::gridfs::upload_result | opts | ) |
Construct with the mongocxx::v1 equivalent.
|
inline |
Gets the id of the uploaded GridFS file.
|
explicit |
Convert to the mongocxx::v1 equivalent.