|
GPUdb C++ API
Version 7.2.3.0
|
A set of results returned by GPUdb::alterBackup. More...
#include <gpudb/protocol/alter_backup.h>
Public Member Functions | |
| AlterBackupResponse () | |
| Constructs an AlterBackupResponse object with default parameters. More... | |
Public Attributes | |
| std::string | backupName |
| Value of backupName. More... | |
| int64_t | backupId |
| ID of the snapshot affected by the alter operation, if any. More... | |
| int64_t | totalBytes |
| Total size of files affected by the alter operation. More... | |
| int64_t | totalNumberOfRecords |
| Total number of records affected by the alter operation. More... | |
| std::map< std::string, std::string > | info |
| Additional information. More... | |
A set of results returned by GPUdb::alterBackup.
Definition at line 233 of file alter_backup.h.
|
inline |
Constructs an AlterBackupResponse object with default parameters.
Definition at line 238 of file alter_backup.h.
| int64_t gpudb::AlterBackupResponse::backupId |
ID of the snapshot affected by the alter operation, if any.
Definition at line 255 of file alter_backup.h.
| std::string gpudb::AlterBackupResponse::backupName |
Value of backupName.
Definition at line 250 of file alter_backup.h.
| std::map<std::string, std::string> gpudb::AlterBackupResponse::info |
Additional information.
Definition at line 270 of file alter_backup.h.
| int64_t gpudb::AlterBackupResponse::totalBytes |
Total size of files affected by the alter operation.
Definition at line 260 of file alter_backup.h.
| int64_t gpudb::AlterBackupResponse::totalNumberOfRecords |
Total number of records affected by the alter operation.
Definition at line 265 of file alter_backup.h.