7 using System.Collections.Generic;
57 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
156 public const string CONF_ENABLE_WORKER_HTTP_SERVERS =
"conf.enable_worker_http_servers";
160 public const string TRUE =
"TRUE";
164 public const string FALSE =
"FALSE";
168 public const string CONF_WORKER_HTTP_SERVER_IPS =
"conf.worker_http_server_ips";
173 public const string CONF_WORKER_HTTP_SERVER_PORTS =
"conf.worker_http_server_ports";
217 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.