◆ verifyBackup() [1/2]
| inline |
Inspects the requested database backup(s) for conformity at the remote file store accessible via the data source specified by datasource_name .
By default all snapshots are inspected unless the option BACKUP_ID is used to target a specific instance.Returns backup verification results.
| backup_name | 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 ”. |
| datasource_name | Data source through which the backup is accessible. |
| options | Optional parameters.
|
Definition at line 66119 of file KineticaFunctions.cs.
◆ verifyBackup() [2/2]
| inline |
Inspects the requested database backup(s) for conformity at the remote file store accessible via the data source specified by datasource_name.
By default all snapshots are inspected unless the option BACKUP_ID is used to target a specific instance.Returns backup verification results.
| request_ | Request object containing the parameters for the operation. |
Definition at line 66054 of file KineticaFunctions.cs.
◆ VerifyBackupAsync() [1/2]
| inline |
Inspects the requested database backup(s) for conformity at the remote file store accessible via the data source specified by datasource_name .
(async)
By default all snapshots are inspected unless the option BACKUP_ID is used to target a specific instance.Returns backup verification results.
| backup_name | 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 ”. |
| datasource_name | Data source through which the backup is accessible. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 66161 of file KineticaFunctions.cs.
◆ VerifyBackupAsync() [2/2]
| inline |
Inspects the requested database backup(s) for conformity at the remote file store accessible via the data source specified by datasource_name.
(async)
By default all snapshots are inspected unless the option BACKUP_ID is used to target a specific instance.Returns backup verification results.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 66079 of file KineticaFunctions.cs.