GPUdb C++ API
Version 7.2.3.0
|
A set of parameters for GPUdb::alterBackup. More...
#include <gpudb/protocol/alter_backup.h>
Public Member Functions | |
AlterBackupRequest () | |
Constructs an AlterBackupRequest object with default parameters. More... | |
AlterBackupRequest (const std::string &backupName_, const std::string &action_, const std::string &value_, const std::string &datasinkName_, const std::map< std::string, std::string > &options_) | |
Constructs an AlterBackupRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | backupName |
Name of the backup object to be altered. More... | |
std::string | action |
Operation to be applied. More... | |
std::string | value |
Action specific argument. More... | |
std::string | datasinkName |
Datasink where backup will be stored. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::alterBackup.
Alters an existing database backup containing a current snapshot of existing objects.
Definition at line 19 of file alter_backup.h.
|
inline |
Constructs an AlterBackupRequest object with default parameters.
Definition at line 24 of file alter_backup.h.
|
inline |
Constructs an AlterBackupRequest object with the specified parameters.
[in] | backupName_ | Name of the backup object to be altered |
[in] | action_ | Operation to be applied. Supported values:
|
[in] | value_ | Action specific argument. |
[in] | datasinkName_ | Datasink where backup will be stored. |
[in] | options_ | Optional parameters.
|
Definition at line 83 of file alter_backup.h.
std::string gpudb::AlterBackupRequest::action |
Operation to be applied.
Supported values:
Definition at line 114 of file alter_backup.h.
std::string gpudb::AlterBackupRequest::backupName |
Name of the backup object to be altered.
Definition at line 95 of file alter_backup.h.
std::string gpudb::AlterBackupRequest::datasinkName |
Datasink where backup will be stored.
Definition at line 124 of file alter_backup.h.
std::map<std::string, std::string> gpudb::AlterBackupRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 143 of file alter_backup.h.
std::string gpudb::AlterBackupRequest::value |
Action specific argument.
Definition at line 119 of file alter_backup.h.