Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
Public Attributes | |
const string | COMMENT = "comment" |
Comments to store with the new backup instance More... | |
const string | DRY_RUN = "dry_run" |
Dry run of backup changes. More... | |
const string | FALSE = "false" |
const string | TRUE = "true" |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 44 of file AlterBackup.cs.
const string kinetica.AlterBackupRequest.Options.COMMENT = "comment" |
Comments to store with the new backup instance
Definition at line 48 of file AlterBackup.cs.
const string kinetica.AlterBackupRequest.Options.DRY_RUN = "dry_run" |
Dry run of backup changes.
Supported values:
The default value is FALSE.
Definition at line 62 of file AlterBackup.cs.
const string kinetica.AlterBackupRequest.Options.FALSE = "false" |
Definition at line 64 of file AlterBackup.cs.
const string kinetica.AlterBackupRequest.Options.TRUE = "true" |
Definition at line 65 of file AlterBackup.cs.