|
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 |
| ID of the snapshot created. 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 491 of file create_backup.h.
|
inline |
Constructs a CreateBackupResponse object with default parameters.
Definition at line 496 of file create_backup.h.
| int64_t gpudb::CreateBackupResponse::backupId |
ID of the snapshot created.
Definition at line 515 of file create_backup.h.
| std::string gpudb::CreateBackupResponse::backupName |
Value of backupName.
Definition at line 510 of file create_backup.h.
| int64_t gpudb::CreateBackupResponse::copiedBytes |
Total size of all files copied for this snapshot.
Definition at line 520 of file create_backup.h.
| int64_t gpudb::CreateBackupResponse::copiedFiles |
Total number of files copied for this snapshot.
Definition at line 525 of file create_backup.h.
| int64_t gpudb::CreateBackupResponse::copiedRecords |
Total number of records in all files copied for this snapshot.
Definition at line 530 of file create_backup.h.
| std::map<std::string, std::string> gpudb::CreateBackupResponse::info |
Additional information.
Definition at line 540 of file create_backup.h.
| int64_t gpudb::CreateBackupResponse::totalNumberOfRecords |
Total number of records that can be restored from this snapshot.
Definition at line 535 of file create_backup.h.