7 using System.Collections.Generic;
70 public const string TRUE =
"true";
71 public const string FALSE =
"false";
78 public string host {
get; set; }
104 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
143 IDictionary<string, string>
options = null)
145 this.host = host ??
"";
146 this.options =
options ??
new Dictionary<string, string>();
160 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
Optional parameters ACCEPTS_FAILOVER: If set to true, the host will accept processes (ranks...
A set of parameters for Kinetica.adminAlterHost(string,IDictionary{string, string}).
IDictionary< string, string > options
Optional parameters ACCEPTS_FAILOVER: If set to true, the host will accept processes (ranks...
IDictionary< string, string > info
Additional information.
const string ACCEPTS_FAILOVER
If set to true, the host will accept processes (ranks, graph server, etc.) in the event of a failover...
A set of results returned by Kinetica.adminAlterHost(string,IDictionary{string, string}).
string host
Identifies the host this applies to.
AdminAlterHostRequest(string host, IDictionary< string, string > options=null)
Constructs an AdminAlterHostRequest object with the specified parameters.
AdminAlterHostRequest()
Constructs an AdminAlterHostRequest object with default parameters.
KineticaData - class to help with Avro Encoding for Kinetica