|
GPUdb C++ API
Version 7.2.3.0
|
A set of results returned by GPUdb::restoreBackup. More...
#include <gpudb/protocol/restore_backup.h>
Public Member Functions | |
| RestoreBackupResponse () | |
| Constructs a RestoreBackupResponse object with default parameters. More... | |
Public Attributes | |
| std::string | backupName |
| Value of backupName. More... | |
| int64_t | backupId |
| ID of the snapshot that was restored. More... | |
| int64_t | restoredBytes |
| Total size of data restored from backup. More... | |
| int64_t | restoredFiles |
| Total number of files restored from backup. More... | |
| int64_t | restoredRecords |
| Total number of records restored from backup. More... | |
| std::map< std::string, std::string > | restoredObjects |
| Database objects that were successfully restored and their associated types. More... | |
| std::map< std::string, std::string > | renamedObjects |
| Original and new names of database objects that were successfully restored and their associated types. More... | |
| std::map< std::string, std::string > | failedObjects |
| Database objects that failed to be restored and their associated types. More... | |
| std::map< std::string, std::string > | info |
| Additional information. More... | |
A set of results returned by GPUdb::restoreBackup.
Definition at line 535 of file restore_backup.h.
|
inline |
Constructs a RestoreBackupResponse object with default parameters.
Definition at line 540 of file restore_backup.h.
| int64_t gpudb::RestoreBackupResponse::backupId |
ID of the snapshot that was restored.
Definition at line 561 of file restore_backup.h.
| std::string gpudb::RestoreBackupResponse::backupName |
Value of backupName.
Definition at line 556 of file restore_backup.h.
| std::map<std::string, std::string> gpudb::RestoreBackupResponse::failedObjects |
Database objects that failed to be restored and their associated types.
Definition at line 594 of file restore_backup.h.
| std::map<std::string, std::string> gpudb::RestoreBackupResponse::info |
Additional information.
Definition at line 599 of file restore_backup.h.
| std::map<std::string, std::string> gpudb::RestoreBackupResponse::renamedObjects |
Original and new names of database objects that were successfully restored and their associated types.
Definition at line 588 of file restore_backup.h.
| int64_t gpudb::RestoreBackupResponse::restoredBytes |
Total size of data restored from backup.
Definition at line 566 of file restore_backup.h.
| int64_t gpudb::RestoreBackupResponse::restoredFiles |
Total number of files restored from backup.
Definition at line 571 of file restore_backup.h.
| std::map<std::string, std::string> gpudb::RestoreBackupResponse::restoredObjects |
Database objects that were successfully restored and their associated types.
Definition at line 582 of file restore_backup.h.
| int64_t gpudb::RestoreBackupResponse::restoredRecords |
Total number of records restored from backup.
Definition at line 576 of file restore_backup.h.