◆ verifyBackup() [1/4]
| VerifyBackupResponse gpudb::GPUdb::verifyBackup | ( | const std::string & | backupName, |
| const std::string & | datasourceName, | ||
| const std::map< std::string, std::string > & | options ) const |
Inspects the requested database backup(s) for conformity at the remote file store accessible via the data source specified by datasourceName.
By default all snapshots are inspected unless the option backup_id is used to target a specific instance. Returns backup verification results.
| [in] | backupName | Name of the backup. An empty string or '' will check all existing backups. Any text followed by a '' will inspect 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.
|
◆ verifyBackup() [2/4]
| VerifyBackupResponse & gpudb::GPUdb::verifyBackup | ( | const std::string & | backupName, |
| const std::string & | datasourceName, | ||
| const std::map< std::string, std::string > & | options, | ||
| VerifyBackupResponse & | response_ ) const |
Inspects the requested database backup(s) for conformity at the remote file store accessible via the data source specified by datasourceName.
By default all snapshots are inspected unless the option backup_id is used to target a specific instance. Returns backup verification results.
| [in] | backupName | Name of the backup. An empty string or '' will check all existing backups. Any text followed by a '' will inspect 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. |
◆ verifyBackup() [3/4]
| VerifyBackupResponse gpudb::GPUdb::verifyBackup | ( | const VerifyBackupRequest & | request_ | ) | const |
Inspects the requested database backup(s) for conformity at the remote file store accessible via the data source specified by datasourceName.
By default all snapshots are inspected unless the option backup_id is used to target a specific instance. Returns backup verification results.
| [in] | request_ | Request object containing the parameters for the operation. |
◆ verifyBackup() [4/4]
| VerifyBackupResponse & gpudb::GPUdb::verifyBackup | ( | const VerifyBackupRequest & | request_, |
| VerifyBackupResponse & | response_ ) const |
Inspects the requested database backup(s) for conformity at the remote file store accessible via the data source specified by datasourceName.
By default all snapshots are inspected unless the option backup_id is used to target a specific instance. Returns backup verification results.