7 using System.Collections.Generic;
57 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
162 public const string CONF_ENABLE_WORKER_HTTP_SERVERS =
"conf.enable_worker_http_servers";
166 public const string TRUE =
"TRUE";
170 public const string FALSE =
"FALSE";
174 public const string CONF_WORKER_HTTP_SERVER_IPS =
"conf.worker_http_server_ips";
179 public const string CONF_WORKER_HTTP_SERVER_PORTS =
"conf.worker_http_server_ports";
183 public const string CONF_HM_HTTP_PORT =
"conf.hm_http_port";
233 public IDictionary<string, string> property_map {
get;
set; } =
new Dictionary<string, string>();
A set of results returned by Kinetica.showSystemProperties(IDictionary<string, string>).
A map of server configuration parameters and version information.
A set of parameters for Kinetica.showSystemProperties(IDictionary<string, string>).
ShowSystemPropertiesRequest(IDictionary< string, string > options=null)
Constructs a ShowSystemPropertiesRequest object with the specified parameters.
IDictionary< string, string > options
Optional parameters.
ShowSystemPropertiesRequest()
Constructs a ShowSystemPropertiesRequest object with default parameters.
KineticaData - class to help with Avro Encoding for Kinetica
const string PROPERTIES
A list of comma separated names of properties requested.