|
GPUdb C++ API
Version 7.2.3.0
|
A set of results returned by GPUdb::verifyBackup. More...
#include <gpudb/protocol/verify_backup.h>
Public Member Functions | |
| VerifyBackupResponse () | |
| Constructs a VerifyBackupResponse object with default parameters. More... | |
Public Attributes | |
| std::string | backupName |
| Value of backupName. More... | |
| std::vector< std::string > | backupNames |
| Backup name(s). More... | |
| std::vector< std::vector< int64_t > > | backupIds |
| IDs of individual snapshots per backup name. More... | |
| std::vector< std::vector< std::string > > | errors |
| Any errors detected from the inspection of each backup. More... | |
| std::map< std::string, std::string > | info |
| Additional information. More... | |
A set of results returned by GPUdb::verifyBackup.
Definition at line 150 of file verify_backup.h.
|
inline |
Constructs a VerifyBackupResponse object with default parameters.
Definition at line 155 of file verify_backup.h.
| std::vector<std::vector<int64_t> > gpudb::VerifyBackupResponse::backupIds |
IDs of individual snapshots per backup name.
Definition at line 177 of file verify_backup.h.
| std::string gpudb::VerifyBackupResponse::backupName |
Value of backupName.
Definition at line 167 of file verify_backup.h.
| std::vector<std::string> gpudb::VerifyBackupResponse::backupNames |
Backup name(s).
Definition at line 172 of file verify_backup.h.
| std::vector<std::vector<std::string> > gpudb::VerifyBackupResponse::errors |
Any errors detected from the inspection of each backup.
Definition at line 182 of file verify_backup.h.
| std::map<std::string, std::string> gpudb::VerifyBackupResponse::info |
Additional information.
Definition at line 187 of file verify_backup.h.