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 |
Backup ID. More... | |
int64_t | totalBytes |
Total size of files affected by alter operation. More... | |
int64_t | totalNumberOfRecords |
Total number of records affected alter operation. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::alterBackup.
Definition at line 214 of file alter_backup.h.
|
inline |
Constructs an AlterBackupResponse object with default parameters.
Definition at line 219 of file alter_backup.h.
int64_t gpudb::AlterBackupResponse::backupId |
Backup ID.
Definition at line 236 of file alter_backup.h.
std::string gpudb::AlterBackupResponse::backupName |
Value of backupName.
Definition at line 231 of file alter_backup.h.
std::map<std::string, std::string> gpudb::AlterBackupResponse::info |
Additional information.
Definition at line 251 of file alter_backup.h.
int64_t gpudb::AlterBackupResponse::totalBytes |
Total size of files affected by alter operation.
Definition at line 241 of file alter_backup.h.
int64_t gpudb::AlterBackupResponse::totalNumberOfRecords |
Total number of records affected alter operation.
Definition at line 246 of file alter_backup.h.