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 69 of file key_backup.h.
QString Quotient::GetRoomKeysVersionCurrentJob::Response::algorithm {} |
The algorithm used for storing backups.
Definition at line 71 of file key_backup.h.
QJsonObject Quotient::GetRoomKeysVersionCurrentJob::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 76 of file key_backup.h.
int Quotient::GetRoomKeysVersionCurrentJob::Response::count {} |
The number of keys stored in the backup.
Definition at line 79 of file key_backup.h.
QString Quotient::GetRoomKeysVersionCurrentJob::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 85 of file key_backup.h.
QString Quotient::GetRoomKeysVersionCurrentJob::Response::version {} |
The backup version.
Definition at line 88 of file key_backup.h.