Kinetica   C#   API  Version 7.2.3.0
kinetica.AdminAlterHostRequest.Options Struct Reference

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"
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters

Definition at line 22 of file AdminAlterHost.cs.

Member Data Documentation

◆ ACCEPTS_FAILOVER

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 38 of file AdminAlterHost.cs.

◆ FALSE

const string kinetica.AdminAlterHostRequest.Options.FALSE = "false"

Definition at line 41 of file AdminAlterHost.cs.

◆ TRUE

const string kinetica.AdminAlterHostRequest.Options.TRUE = "true"

Definition at line 40 of file AdminAlterHost.cs.


The documentation for this struct was generated from the following file: