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

Public Attributes | |
| std::string | storeId |
| std::string | contextId |
| int64_t | createDate |
| std::string | creator |
| int64_t | lastModificationDate |
| int64_t | lastFileDate |
| std::string | lastModifier |
| std::vector< std::string > | users |
| std::vector< std::string > | managers |
| int64_t | version |
| core::Buffer | publicMeta |
| core::Buffer | privateMeta |
| core::ContainerPolicy | policy |
| int64_t | filesCount |
| int64_t | statusCode |
| int64_t | schemaVersion |
Holds all available information about a Store.
| std::string privmx::endpoint::store::Store::contextId |
ID of the Context
| int64_t privmx::endpoint::store::Store::createDate |
Store creation timestamp
| std::string privmx::endpoint::store::Store::creator |
ID of user who created the Store
| int64_t privmx::endpoint::store::Store::filesCount |
total number of files in the Store
| int64_t privmx::endpoint::store::Store::lastFileDate |
timestamp of last created file
| int64_t privmx::endpoint::store::Store::lastModificationDate |
Store last modification timestamp
| std::string privmx::endpoint::store::Store::lastModifier |
ID of the user who last modified the Store
| std::vector<std::string> privmx::endpoint::store::Store::managers |
list of users (their IDs) with management rights
| core::ContainerPolicy privmx::endpoint::store::Store::policy |
Store's policies
| core::Buffer privmx::endpoint::store::Store::privateMeta |
Store's private metadata
| core::Buffer privmx::endpoint::store::Store::publicMeta |
Store's public metadata
| int64_t privmx::endpoint::store::Store::schemaVersion |
Version of the Store data structure and how it is encoded/encrypted
| int64_t privmx::endpoint::store::Store::statusCode |
status code of retrieval and decryption of the Store
| std::string privmx::endpoint::store::Store::storeId |
ID ot the Store
| std::vector<std::string> privmx::endpoint::store::Store::users |
list of users (their IDs) with access to the Store
| int64_t privmx::endpoint::store::Store::version |
version number (changes on updates)