|
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 to be altered. More... | |
| std::string | action |
| Operation to be applied. More... | |
| std::string | value |
| Value of the modification, depending on action. More... | |
| std::string | datasinkName |
| Data sink through which the backup is accessible. More... | |
| std::map< std::string, std::string > | options |
| Optional parameters. More... | |
A set of parameters for GPUdb::alterBackup.
Alters an existing database backup, accessible via the data sink specified by datasinkName.
Definition at line 22 of file alter_backup.h.
|
inline |
Constructs an AlterBackupRequest object with default parameters.
Definition at line 27 of file alter_backup.h.
|
inline |
Constructs an AlterBackupRequest object with the specified parameters.
| [in] | backupName_ | Name of the backup to be altered. |
| [in] | action_ | Operation to be applied. Supported values:
|
| [in] | value_ | Value of the modification, depending on action_. |
| [in] | datasinkName_ | Data sink through which the backup is accessible. |
| [in] | options_ | Optional parameters.
|
Definition at line 96 of file alter_backup.h.
| std::string gpudb::AlterBackupRequest::action |
Operation to be applied.
Supported values:
Definition at line 133 of file alter_backup.h.
| std::string gpudb::AlterBackupRequest::backupName |
Name of the backup to be altered.
Definition at line 108 of file alter_backup.h.
| std::string gpudb::AlterBackupRequest::datasinkName |
Data sink through which the backup is accessible.
Definition at line 143 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 162 of file alter_backup.h.
| std::string gpudb::AlterBackupRequest::value |
Value of the modification, depending on action.
Definition at line 138 of file alter_backup.h.