7 using System.Collections.Generic;
54 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
77 this.options =
options ??
new Dictionary<string, string>();
124 public const string TRUE =
"TRUE";
128 public const string FALSE =
"FALSE";
164 public IDictionary<string, string>
property_map {
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 /show/system/properties.
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 /show/system/properties.
ShowSystemPropertiesRequest(IDictionary< string, string > options=null)
Constructs a ShowSystemPropertiesRequest object with the specified parameters.
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
const string PROPERTIES
A list of comma separated names of properties requested.