GPUdb C++ API
Version 7.2.3.0
|
A set of results returned by GPUdb::createBackup. More...
#include <gpudb/protocol/create_backup.h>
Public Member Functions | |
CreateBackupResponse () | |
Constructs a CreateBackupResponse object with default parameters. More... | |
Public Attributes | |
std::string | backupName |
Value of backupName. More... | |
int64_t | backupId |
Backup ID. More... | |
int64_t | copiedBytes |
Total size of all files copied for this snapshot. More... | |
int64_t | copiedFiles |
Total number of files copied for this snapshot. More... | |
int64_t | copiedRecords |
Total number of records in all files copied for this snapshot. More... | |
int64_t | totalNumberOfRecords |
Total number of records that can be restored from this snapshot. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::createBackup.
Definition at line 425 of file create_backup.h.
|
inline |
Constructs a CreateBackupResponse object with default parameters.
Definition at line 430 of file create_backup.h.
int64_t gpudb::CreateBackupResponse::backupId |
Backup ID.
Definition at line 449 of file create_backup.h.
std::string gpudb::CreateBackupResponse::backupName |
Value of backupName.
Definition at line 444 of file create_backup.h.
int64_t gpudb::CreateBackupResponse::copiedBytes |
Total size of all files copied for this snapshot.
Definition at line 454 of file create_backup.h.
int64_t gpudb::CreateBackupResponse::copiedFiles |
Total number of files copied for this snapshot.
Definition at line 459 of file create_backup.h.
int64_t gpudb::CreateBackupResponse::copiedRecords |
Total number of records in all files copied for this snapshot.
Definition at line 464 of file create_backup.h.
std::map<std::string, std::string> gpudb::CreateBackupResponse::info |
Additional information.
Definition at line 474 of file create_backup.h.
int64_t gpudb::CreateBackupResponse::totalNumberOfRecords |
Total number of records that can be restored from this snapshot.
Definition at line 469 of file create_backup.h.