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 30 of file AdminRemoveHost.cs.
const string kinetica.AdminRemoveHostRequest.Options.DRY_RUN = "dry_run" |
const string kinetica.AdminRemoveHostRequest.Options.FALSE = "false" |
Definition at line 48 of file AdminRemoveHost.cs.
const string kinetica.AdminRemoveHostRequest.Options.TRUE = "true" |
Definition at line 47 of file AdminRemoveHost.cs.