libQuotient
A Qt library for building matrix clients
|
#include <key_backup.h>
Public Attributes | |
QString | algorithm {} |
The algorithm used for storing backups. More... | |
QJsonObject | authData {} |
int | count {} |
The number of keys stored in the backup. More... | |
QString | etag {} |
QString | version {} |
The backup version. More... | |
Definition at line 139 of file key_backup.h.
QString Quotient::GetRoomKeysVersionJob::Response::algorithm {} |
The algorithm used for storing backups.
Definition at line 141 of file key_backup.h.
QJsonObject Quotient::GetRoomKeysVersionJob::Response::authData {} |
Algorithm-dependent data. See the documentation for the backup algorithms in Server-side key backups for more information on the expected format of the data.
Definition at line 146 of file key_backup.h.
int Quotient::GetRoomKeysVersionJob::Response::count {} |
The number of keys stored in the backup.
Definition at line 149 of file key_backup.h.
QString Quotient::GetRoomKeysVersionJob::Response::etag {} |
An opaque string representing stored keys in the backup. Clients can compare it with the etag
value they received in the request of their last key storage request. If not equal, another client has modified the backup.
Definition at line 155 of file key_backup.h.
QString Quotient::GetRoomKeysVersionJob::Response::version {} |
The backup version.
Definition at line 158 of file key_backup.h.