◆ alterBackup() [1/4]
| AlterBackupResponse gpudb::GPUdb::alterBackup | ( | const AlterBackupRequest & | request_ | ) | const |
Alters an existing database backup, accessible via the data sink specified by datasinkName.
Parameters
| [in] | request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
◆ alterBackup() [2/4]
| AlterBackupResponse & gpudb::GPUdb::alterBackup | ( | const AlterBackupRequest & | request_, |
| AlterBackupResponse & | response_ ) const |
Alters an existing database backup, accessible via the data sink specified by datasinkName.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ alterBackup() [3/4]
| AlterBackupResponse gpudb::GPUdb::alterBackup | ( | const std::string & | backupName, |
| const std::string & | action, | ||
| const std::string & | value, | ||
| const std::string & | datasinkName, | ||
| const std::map< std::string, std::string > & | options ) const |
Alters an existing database backup, accessible via the data sink specified by datasinkName.
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.
|
Returns
Response object containing the result of the operation.
◆ alterBackup() [4/4]
| AlterBackupResponse & gpudb::GPUdb::alterBackup | ( | const std::string & | backupName, |
| const std::string & | action, | ||
| const std::string & | value, | ||
| const std::string & | datasinkName, | ||
| const std::map< std::string, std::string > & | options, | ||
| AlterBackupResponse & | response_ ) const |
Alters an existing database backup, accessible via the data sink specified by datasinkName.
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.
|
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).