|
Kinetica C# API
Version 7.2.3.1
|
A set of string constants for the parameter options. More...
Public Attributes | |
| const string | BACKUP_ID = "backup_id" |
| ID of the snapshot to verify. More... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 28 of file VerifyBackup.cs.
| const string VerifyBackupRequest.Options.BACKUP_ID = "backup_id" |
ID of the snapshot to verify.
Set to '-1' to verify only the most recent snapshot in the backup. Leave empty to verify all snapshots. The default value is '-1'.
Definition at line 34 of file VerifyBackup.cs.