Kinetica C# API  Version 6.1.0.0
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...
 

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.


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

Definition at line 136 of file ShowSystemProperties.cs.

Member Data Documentation

◆ CONF_ENABLE_WORKER_HTTP_SERVERS

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 156 of file ShowSystemProperties.cs.

◆ CONF_WORKER_HTTP_SERVER_IPS

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 168 of file ShowSystemProperties.cs.

◆ CONF_WORKER_HTTP_SERVER_PORTS

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 173 of file ShowSystemProperties.cs.

◆ FALSE

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

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

Definition at line 164 of file ShowSystemProperties.cs.

◆ TRUE

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

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

Definition at line 160 of file ShowSystemProperties.cs.


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