Skip to main content
reference

Types

Context

namespace: privmx::endpoint::core

struct privmx::endpoint::core::Context{...}

Fields

NameTypeDescription
userIdstd::stringID of the user requesting information
contextIdstd::stringID of the Context

PagingList

namespace: privmx::endpoint::core

struct privmx::endpoint::core::PagingList{...}

Fields

NameTypeDescription
totalAvailableint64_ttotal items available to get
readItemsstd::vector< T >list of items read during single method call

PagingQuery

namespace: privmx::endpoint::core

struct privmx::endpoint::core::PagingQuery{...}

Fields

NameTypeDescription
skipint64_tnumber of elements to skip from result
limitint64_tlimit of elements to return for query
sortOrderstd::stringorder of elements in result ("asc" for ascending, "desc" for descending)
lastIdstd::optional< std::string >ID of the element from which query results should start

UserWithPubKey

namespace: privmx::endpoint::core

struct privmx::endpoint::core::UserWithPubKey{...}

Fields

NameTypeDescription
userIdstd::stringID of the user
pubKeystd::stringuser's public key