|
GPUdb C++ API
Version 7.2.3.0
|
A set of results returned by GPUdb::showBackup. More...
#include <gpudb/protocol/show_backup.h>
Public Member Functions | |
| ShowBackupResponse () | |
| Constructs a ShowBackupResponse object with default parameters. More... | |
Public Attributes | |
| std::string | backupName |
| Value of backupName. More... | |
| std::vector< std::map< std::string, std::string > > | backupDescription |
| Details about the overall backup(s). More... | |
| std::vector< std::map< std::string, std::string > > | backupIds |
| Details about the individual snapshots contained within the backup(s). More... | |
| std::vector< std::map< std::string, std::string > > | backupContents |
| When show_contents is object_names, the names of the backed-up objects as well as sizing detail of any backed-up tables; when object_files, the names of the backed-up objects as well as sizing detail and associated data files of any backed-up tables. More... | |
| std::vector< std::map< std::string, std::string > > | deletedBackupIds |
| IDs of any snapshots that have been deleted from the containing backup(s). More... | |
| std::map< std::string, std::string > | info |
| Additional information. More... | |
A set of results returned by GPUdb::showBackup.
Definition at line 206 of file show_backup.h.
|
inline |
Constructs a ShowBackupResponse object with default parameters.
Definition at line 211 of file show_backup.h.
| std::vector<std::map<std::string, std::string> > gpudb::ShowBackupResponse::backupContents |
When show_contents is object_names, the names of the backed-up objects as well as sizing detail of any backed-up tables; when object_files, the names of the backed-up objects as well as sizing detail and associated data files of any backed-up tables.
Definition at line 245 of file show_backup.h.
| std::vector<std::map<std::string, std::string> > gpudb::ShowBackupResponse::backupDescription |
Details about the overall backup(s).
Definition at line 229 of file show_backup.h.
| std::vector<std::map<std::string, std::string> > gpudb::ShowBackupResponse::backupIds |
Details about the individual snapshots contained within the backup(s).
Definition at line 235 of file show_backup.h.
| std::string gpudb::ShowBackupResponse::backupName |
Value of backupName.
Definition at line 224 of file show_backup.h.
| std::vector<std::map<std::string, std::string> > gpudb::ShowBackupResponse::deletedBackupIds |
IDs of any snapshots that have been deleted from the containing backup(s).
Definition at line 251 of file show_backup.h.
| std::map<std::string, std::string> gpudb::ShowBackupResponse::info |
Additional information.
Definition at line 256 of file show_backup.h.