Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.ShowSystemPropertiesResponse.PropertyMap Struct Reference

A map of server configuration parameters and version information. More...

Public Attributes

const string CONF_ENABLE_WORKER_HTTP_SERVERS = "conf.enable_worker_http_servers"
 Boolean value indicating whether the system is configured for multi-head ingestion. More...
 
const string TRUE = "TRUE"
 Indicates that the system is configured for multi-head ingestion. More...
 
const string FALSE = "FALSE"
 Indicates that the system is NOT configured for multi-head ingestion. More...
 
const string CONF_WORKER_HTTP_SERVER_IPS = "conf.worker_http_server_ips"
 Semicolon (';') separated string of IP addresses of all the ingestion-enabled worker heads of the system. More...
 
const string CONF_WORKER_HTTP_SERVER_PORTS = "conf.worker_http_server_ports"
 Semicolon (';') separated string of the port numbers of all the ingestion-enabled worker ranks of the system. More...
 
const string CONF_HM_HTTP_PORT = "conf.hm_http_port"
 The host manager port number (an integer value). More...
 
const string CONF_ENABLE_HA = "conf.enable_ha"
 Flag indicating whether high availability (HA) is set up (a boolean value). More...
 
const string CONF_HA_RING_HEAD_NODES = "conf.ha_ring_head_nodes"
 A comma-separated string of high availability (HA) ring node URLs. More...
 

Detailed Description

A map of server configuration parameters and version information.

  • CONF_ENABLE_WORKER_HTTP_SERVERS: Boolean value indicating whether the system is configured for multi-head ingestion. Supported values:
    • TRUE: Indicates that the system is configured for multi-head ingestion.
    • FALSE: Indicates that the system is NOT configured for multi-head ingestion.
  • CONF_WORKER_HTTP_SERVER_IPS: Semicolon (';') separated string of IP addresses of all the ingestion-enabled worker heads of the system.
  • CONF_WORKER_HTTP_SERVER_PORTS: Semicolon (';') separated string of the port numbers of all the ingestion-enabled worker ranks of the system.
  • CONF_HM_HTTP_PORT: The host manager port number (an integer value).
  • CONF_ENABLE_HA: Flag indicating whether high availability (HA) is set up (a boolean value).
  • CONF_HA_RING_HEAD_NODES: A comma-separated string of high availability (HA) ring node URLs. If HA is not set up, then an empty string.


A set of string constants for the parameter <member name="property_map">.

Definition at line 155 of file ShowSystemProperties.cs.

Member Data Documentation

const string kinetica.ShowSystemPropertiesResponse.PropertyMap.CONF_ENABLE_HA = "conf.enable_ha"

Flag indicating whether high availability (HA) is set up (a boolean value).

Definition at line 200 of file ShowSystemProperties.cs.

const string kinetica.ShowSystemPropertiesResponse.PropertyMap.CONF_ENABLE_WORKER_HTTP_SERVERS = "conf.enable_worker_http_servers"

Boolean value indicating whether the system is configured for multi-head ingestion.

Supported values:

  • TRUE: Indicates that the system is configured for multi-head ingestion.
  • FALSE: Indicates that the system is NOT configured for multi-head ingestion.

Definition at line 175 of file ShowSystemProperties.cs.

const string kinetica.ShowSystemPropertiesResponse.PropertyMap.CONF_HA_RING_HEAD_NODES = "conf.ha_ring_head_nodes"

A comma-separated string of high availability (HA) ring node URLs.

If HA is not set up, then an empty string.

Definition at line 205 of file ShowSystemProperties.cs.

const string kinetica.ShowSystemPropertiesResponse.PropertyMap.CONF_HM_HTTP_PORT = "conf.hm_http_port"

The host manager port number (an integer value).

Definition at line 196 of file ShowSystemProperties.cs.

const string kinetica.ShowSystemPropertiesResponse.PropertyMap.CONF_WORKER_HTTP_SERVER_IPS = "conf.worker_http_server_ips"

Semicolon (';') separated string of IP addresses of all the ingestion-enabled worker heads of the system.

Definition at line 187 of file ShowSystemProperties.cs.

const string kinetica.ShowSystemPropertiesResponse.PropertyMap.CONF_WORKER_HTTP_SERVER_PORTS = "conf.worker_http_server_ports"

Semicolon (';') separated string of the port numbers of all the ingestion-enabled worker ranks of the system.

Definition at line 192 of file ShowSystemProperties.cs.

const string kinetica.ShowSystemPropertiesResponse.PropertyMap.FALSE = "FALSE"

Indicates that the system is NOT configured for multi-head ingestion.

Definition at line 183 of file ShowSystemProperties.cs.

const string kinetica.ShowSystemPropertiesResponse.PropertyMap.TRUE = "TRUE"

Indicates that the system is configured for multi-head ingestion.

Definition at line 179 of file ShowSystemProperties.cs.


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