Ditto 4.4.1
|
Represents an attachment and can be used to insert the associated attachment into a document at a specific key. More...
#include <Attachment.hpp>
Public Member Functions | |
std::vector< uint8_t > | get_data () const |
Returns the attachment's data as a byte array. | |
bool | copy_to_path (const std::string &dest_path) |
Copies the attachment to the specified file path. | |
std::map< std::string, std::string > | get_metadata () const |
Gets the attachment's metadata. | |
uint64_t | get_type () const |
nlohmann::json::binary_t | get_id () const |
uint64_t | get_len () const |
DiskUsage & | get_disk_usage () const |
Provides access to the Attachment's disk usage. | |
Represents an attachment and can be used to insert the associated attachment into a document at a specific key.
bool ditto::Attachment::copy_to_path | ( | const std::string & | dest_path | ) |
Copies the attachment to the specified file path.
The | path that the attachment should be copied to. |
std::vector< uint8_t > ditto::Attachment::get_data | ( | ) | const |
Returns the attachment's data as a byte array.
DiskUsage & ditto::Attachment::get_disk_usage | ( | ) | const |
Provides access to the Attachment's disk usage.
DiskUsage
object. std::map< std::string, std::string > ditto::Attachment::get_metadata | ( | ) | const |
Gets the attachment's metadata.