#include <privmx/endpoint/store/Types.hpp>

Public Attributes | |
| ServerFileInfo | info |
| core::Buffer | publicMeta |
| core::Buffer | privateMeta |
| int64_t | size |
| std::string | authorPubKey |
| int64_t | statusCode |
| int64_t | schemaVersion |
| bool | randomWrite |
Holds information about the file.
| std::string privmx::endpoint::store::File::authorPubKey |
public key of the author of the file
| ServerFileInfo privmx::endpoint::store::File::info |
file's information created by server
| core::Buffer privmx::endpoint::store::File::privateMeta |
file's private metadata
| core::Buffer privmx::endpoint::store::File::publicMeta |
file's public metadata
| bool privmx::endpoint::store::File::randomWrite |
randomWrite is enabled
| int64_t privmx::endpoint::store::File::schemaVersion |
Version of the file data structure and how it is encoded/encrypted
| int64_t privmx::endpoint::store::File::size |
file's size
| int64_t privmx::endpoint::store::File::statusCode |
status code of retrieval and decryption of the file