|
Kinetica C# API
Version 7.2.3.1
|
A set of string constants for the parameter options. More...
Public Attributes | |
| const string | COMMENT = "comment" |
| Comments to store with the backup. More... | |
| const string | DRY_RUN = "dry_run" |
| Whether or not to perform a dry run of a backup alteration. More... | |
| const string | TRUE = "true" |
| const string | FALSE = "false" |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 52 of file AlterBackup.cs.
| const string AlterBackupRequest.Options.COMMENT = "comment" |
Comments to store with the backup.
Definition at line 55 of file AlterBackup.cs.
| const string AlterBackupRequest.Options.DRY_RUN = "dry_run" |
Whether or not to perform a dry run of a backup alteration.
Supported values:
The default value is FALSE.
Definition at line 70 of file AlterBackup.cs.
| const string AlterBackupRequest.Options.FALSE = "false" |
Definition at line 73 of file AlterBackup.cs.
| const string AlterBackupRequest.Options.TRUE = "true" |
Definition at line 72 of file AlterBackup.cs.