PrivMX Endpoint v2.7.0
Loading...
Searching...
No Matches
privmx::endpoint::store::File Struct Reference

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

Collaboration diagram for privmx::endpoint::store::File:

Public Attributes

ServerFileInfo info
core::Buffer publicMeta
core::Buffer privateMeta
int64_t size
std::string authorPubKey
int64_t statusCode
int64_t schemaVersion
bool randomWrite

Detailed Description

Holds information about the file.

Member Data Documentation

◆ authorPubKey

std::string privmx::endpoint::store::File::authorPubKey

public key of the author of the file

◆ info

ServerFileInfo privmx::endpoint::store::File::info

file's information created by server

◆ privateMeta

core::Buffer privmx::endpoint::store::File::privateMeta

file's private metadata

◆ publicMeta

core::Buffer privmx::endpoint::store::File::publicMeta

file's public metadata

◆ randomWrite

bool privmx::endpoint::store::File::randomWrite

randomWrite is enabled

◆ schemaVersion

int64_t privmx::endpoint::store::File::schemaVersion

Version of the file data structure and how it is encoded/encrypted

◆ size

int64_t privmx::endpoint::store::File::size

file's size

◆ statusCode

int64_t privmx::endpoint::store::File::statusCode

status code of retrieval and decryption of the file


The documentation for this struct was generated from the following file: