Skip to main content

◆ verifyBackup() [1/2]

VerifyBackupResponse kinetica.Kinetica.verifyBackup (stringbackup_name,
stringdatasource_name,
IDictionary< string, string >options = null )
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.

Parameters
backup_nameName 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_nameData source through which the backup is accessible.
optionsOptional parameters.
  • BACKUP_ID: ID of the snapshot to verify. Set to ‘-1’ to verify all snapshots in the backup. Leave empty to verify only the most recent snapshot. The default value is ‘-1’.
The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 66119 of file KineticaFunctions.cs.

◆ verifyBackup() [2/2]

VerifyBackupResponse kinetica.Kinetica.verifyBackup (VerifyBackupRequestrequest_)
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.

Parameters
request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 66054 of file KineticaFunctions.cs.

◆ VerifyBackupAsync() [1/2]

async System.Threading.Tasks.Task< VerifyBackupResponse > kinetica.Kinetica.VerifyBackupAsync (stringbackup_name,
stringdatasource_name,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
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.

Parameters
backup_nameName 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_nameData source through which the backup is accessible.
optionsOptional parameters.
  • BACKUP_ID: ID of the snapshot to verify. Set to ‘-1’ to verify all snapshots in the backup. Leave empty to verify only the most recent snapshot. The default value is ‘-1’.
The default value is an empty Dictionary.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 66161 of file KineticaFunctions.cs.

◆ VerifyBackupAsync() [2/2]

async System.Threading.Tasks.Task< VerifyBackupResponse > kinetica.Kinetica.VerifyBackupAsync (VerifyBackupRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
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.

Parameters
request_Request object containing the parameters for the operation.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 66079 of file KineticaFunctions.cs.