Skip to main content

A set of string constants for the parameter AdminAlterHostRequest.options. More…

Static 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.
 
const string TRUE = “true”
 A boolean constant for the AdminAlterHostRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the AdminAlterHostRequest.Options options.
 

Detailed Description

A set of string constants for the parameter AdminAlterHostRequest.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”
static

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

◆ FALSE

const string kinetica.AdminAlterHostRequest.Options.FALSE = “false”
static

A boolean constant for the AdminAlterHostRequest.Options options.

Definition at line 51 of file AdminAlterHost.cs.

◆ TRUE

const string kinetica.AdminAlterHostRequest.Options.TRUE = “true”
static

A boolean constant for the AdminAlterHostRequest.Options options.

Definition at line 47 of file AdminAlterHost.cs.


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