#include <mongocxx/v1/gridfs/upload_result.hpp>
Result of uploading a file to a GridFS bucket.
Supported fields include:
- See also
-
- Attention
- This feature is experimental! It is not ready for use!
◆ ~upload_result()
| mongocxx::v1::gridfs::upload_result::~upload_result |
( |
| ) |
|
Destroy this object.
- Warning
- Invalidates all associated views.
◆ upload_result() [1/2]
| mongocxx::v1::gridfs::upload_result::upload_result |
( |
upload_result && | other | ) |
|
|
noexcept |
Move constructor.
- Postconditions:
- other is in an assign-or-destroy-only state.
◆ upload_result() [2/2]
| mongocxx::v1::gridfs::upload_result::upload_result |
( |
upload_result const & | other | ) |
|
◆ id()
Return the ID of the uploaded GridFS file.
◆ operator=() [1/2]
Move assignment.
- Postconditions:
- other is in an assign-or-destroy-only state.
◆ operator=() [2/2]
◆ operator!=
Compare equal when all supported fields compare equal.
◆ operator==
Compare equal when all supported fields compare equal.
The documentation for this class was generated from the following file: