Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
Public Attributes | |
const string | DRY_RUN = "dry_run" |
If set to TRUE, only validation checks will be performed. More... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 22 of file AdminSwitchover.cs.
const string kinetica.AdminSwitchoverRequest.Options.DRY_RUN = "dry_run" |
const string kinetica.AdminSwitchoverRequest.Options.FALSE = "false" |
Definition at line 40 of file AdminSwitchover.cs.
const string kinetica.AdminSwitchoverRequest.Options.TRUE = "true" |
Definition at line 39 of file AdminSwitchover.cs.