7 using System.Collections.Generic;
57 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
81 this.options =
options ??
new Dictionary<string, string>();
179 public const string TRUE =
"TRUE";
183 public const string FALSE =
"FALSE";
268 public IDictionary<string, string>
property_map {
get; set; } =
new Dictionary<string, string>();
271 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
const string CONF_ENABLE_WORKER_HTTP_SERVERS
Boolean value indicating whether the system is configured for multi-head ingestion.
A set of results returned by Kinetica.showSystemProperties(IDictionary{string, string}).
A map of server configuration parameters and version information.
const string CONF_WORKER_HTTP_SERVER_IPS
Semicolon (';') separated string of IP addresses of all the ingestion-enabled worker heads of the sys...
A set of parameters for Kinetica.showSystemProperties(IDictionary{string, string}).
ShowSystemPropertiesRequest(IDictionary< string, string > options=null)
Constructs a ShowSystemPropertiesRequest object with the specified parameters.
const string CONF_HA_RING_HEAD_NODES
A comma-separated string of high availability (HA) ring node URLs.
const string CONF_HM_HTTP_PORT
The host manager port number (an integer value).
const string CONF_ENABLE_HA
Flag indicating whether high availability (HA) is set up (a boolean value).
const string FALSE
Indicates that the system is NOT configured for multi-head ingestion.
IDictionary< string, string > options
Optional parameters.
const string CONF_WORKER_HTTP_SERVER_PORTS
Semicolon (';') separated string of the port numbers of all the ingestion-enabled worker ranks of the...
IDictionary< string, string > property_map
A map of server configuration parameters and version information.
ShowSystemPropertiesRequest()
Constructs a ShowSystemPropertiesRequest object with default parameters.
const string TRUE
Indicates that the system is configured for multi-head ingestion.
KineticaData - class to help with Avro Encoding for Kinetica
IDictionary< string, string > info
Additional information.
const string PROPERTIES
A list of comma separated names of properties requested.