◆ showBackup() [1/4]
| ShowBackupResponse gpudb::GPUdb::showBackup | ( | const ShowBackupRequest & | request_ | ) | const |
Shows information about one or more backups accessible via the data source specified by datasourceName.
Parameters
| [in] | request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
◆ showBackup() [2/4]
| ShowBackupResponse & gpudb::GPUdb::showBackup | ( | const ShowBackupRequest & | request_, |
| ShowBackupResponse & | response_ ) const |
Shows information about one or more backups accessible via the data source specified by datasourceName.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ showBackup() [3/4]
| ShowBackupResponse gpudb::GPUdb::showBackup | ( | const std::string & | backupName, |
| const std::string & | datasourceName, | ||
| const std::map< std::string, std::string > & | options ) const |
Shows information about one or more backups accessible via the data source specified by datasourceName.
Parameters
| [in] | backupName | Name of the backup. An empty string or '' will show all existing backups. Any text followed by a '' will show backups whose name starts with that text. The default value is ”. |
| [in] | datasourceName | Data source through which the backup is accessible. |
| [in] | options | Optional parameters.
|
Returns
Response object containing the result of the operation.
◆ showBackup() [4/4]
| ShowBackupResponse & gpudb::GPUdb::showBackup | ( | const std::string & | backupName, |
| const std::string & | datasourceName, | ||
| const std::map< std::string, std::string > & | options, | ||
| ShowBackupResponse & | response_ ) const |
Shows information about one or more backups accessible via the data source specified by datasourceName.
Parameters
| [in] | backupName | Name of the backup. An empty string or '' will show all existing backups. Any text followed by a '' will show backups whose name starts with that text. The default value is ”. |
| [in] | datasourceName | Data source 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).