C++ edjLibrary SDK
|
Represents the attributes associated with a stored file. More...
#include <storage.hpp>
Public Member Functions | |
FileAttributes () | |
Construct an empty file attributes object. More... | |
FileAttributes (bool properties_present, const std::map< std::string, std::string > &properties, bool default_version_present, const std::string &default_version) | |
Construct a new File Attributes object. More... | |
Public Attributes | |
bool | properties_present |
Whether file properties are defined. More... | |
std::map< std::string, std::string > | properties |
File properties. More... | |
bool | default_version_present |
Whether default version is present. More... | |
std::string | default_version |
Default version. More... | |
Represents the attributes associated with a stored file.
|
inline |
Construct an empty file attributes object.
|
inline |
Construct a new File Attributes object.
properties_present | Whether file properties are present |
properties | File properties |
default_version_present | Whether default version is present |
default_version | Default version |
std::string edjx::storage::FileAttributes::default_version |
Default version.
bool edjx::storage::FileAttributes::default_version_present |
Whether default version is present.
std::map<std::string, std::string> edjx::storage::FileAttributes::properties |
File properties.
bool edjx::storage::FileAttributes::properties_present |
Whether file properties are defined.