|
GPUdb C++ API
Version 7.2.3.0
|
A set of parameters for GPUdb::restoreBackup. More...
#include <gpudb/protocol/restore_backup.h>
Public Member Functions | |
| RestoreBackupRequest () | |
| Constructs a RestoreBackupRequest object with default parameters. More... | |
| RestoreBackupRequest (const std::string &backupName_, const std::map< std::string, std::string > &restoreObjectsMap_, const std::string &datasourceName_, const std::map< std::string, std::string > &options_) | |
| Constructs a RestoreBackupRequest object with the specified parameters. More... | |
Public Attributes | |
| std::string | backupName |
| Name of the backup to restore from, which must refer to an existing backup. More... | |
| std::map< std::string, std::string > | restoreObjectsMap |
| Map of database objects to be restored from the backup. More... | |
| std::string | datasourceName |
| Data source through which the backup will be restored. More... | |
| std::map< std::string, std::string > | options |
| Optional parameters. More... | |
A set of parameters for GPUdb::restoreBackup.
Restores database objects from a backup accessible via the data source specified by datasourceName.
Definition at line 22 of file restore_backup.h.
|
inline |
Constructs a RestoreBackupRequest object with default parameters.
Definition at line 27 of file restore_backup.h.
|
inline |
Constructs a RestoreBackupRequest object with the specified parameters.
| [in] | backupName_ | Name of the backup to restore from, which must refer to an existing backup. The default value is ''. |
| [in] | restoreObjectsMap_ | Map of database objects to be restored from the backup.
|
| [in] | datasourceName_ | Data source through which the backup will be restored. |
| [in] | options_ | Optional parameters.
|
Definition at line 283 of file restore_backup.h.
| std::string gpudb::RestoreBackupRequest::backupName |
Name of the backup to restore from, which must refer to an existing backup.
The default value is ''.
Definition at line 295 of file restore_backup.h.
| std::string gpudb::RestoreBackupRequest::datasourceName |
Data source through which the backup will be restored.
Definition at line 361 of file restore_backup.h.
| std::map<std::string, std::string> gpudb::RestoreBackupRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 471 of file restore_backup.h.
| std::map<std::string, std::string> gpudb::RestoreBackupRequest::restoreObjectsMap |
Map of database objects to be restored from the backup.
Definition at line 356 of file restore_backup.h.