Kinetica C# API
Version 7.1.10.0
|
Optional parameters
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" |
Optional parameters
Supported values:
The default value is FALSE.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 50 of file AdminAlterHost.cs.
const string kinetica.AdminAlterHostRequest.Options.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.
Supported values:
The default value is FALSE.
Definition at line 69 of file AdminAlterHost.cs.
const string kinetica.AdminAlterHostRequest.Options.FALSE = "false" |
Definition at line 71 of file AdminAlterHost.cs.
const string kinetica.AdminAlterHostRequest.Options.TRUE = "true" |
Definition at line 70 of file AdminAlterHost.cs.