Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
Public Attributes | |
const string | ACCEPTS_FAILOVER = "accepts_failover" |
If set to TRUE, the host will accept processes (ranks, graph server, etc.) in the event of a failover on another node in the cluster. 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 AdminAlterHost.cs.
const string kinetica.AdminAlterHostRequest.Options.ACCEPTS_FAILOVER = "accepts_failover" |
const string kinetica.AdminAlterHostRequest.Options.FALSE = "false" |
Definition at line 41 of file AdminAlterHost.cs.
const string kinetica.AdminAlterHostRequest.Options.TRUE = "true" |
Definition at line 40 of file AdminAlterHost.cs.