Kinetica C# API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.AdminAlterHostRequest.Options Struct Reference

Optional parameters

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

Optional parameters

  • 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.

The default value is an empty Dictionary. A set of string constants for the parameter options.

Definition at line 50 of file AdminAlterHost.cs.

Member Data Documentation

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.


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