Skip to main content

◆ 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
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
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]backupNameName 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]datasourceNameData source through which the backup is accessible.
[in]optionsOptional parameters.The default value is an empty map.
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]backupNameName 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]datasourceNameData source through which the backup is accessible.
[in]optionsOptional parameters.The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).