7 using System.Collections.Generic;
128 public const string TRUE =
"true";
129 public const string FALSE =
"false";
133 public const string RANK =
"rank";
139 public string name {
get; set; }
198 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
269 IDictionary<string, string>
options = null)
271 this.name = name ??
"";
272 this.options =
options ??
new Dictionary<string, string>();
287 public string name {
get; set; }
290 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
const string WAIT_TIMEOUT
Timeout in seconds for reading from or writing to this resource.
const string CAPACITY
Maximum size in bytes this tier may hold at once.
A set of results returned by Kinetica.alterTier(string,IDictionary{string, string}).
const string HIGH_WATERMARK
Threshold of usage of this tier's resource that once exceeded, will trigger watermark-based eviction ...
string name
Name of the tier to be altered.
const string LOW_WATERMARK
Threshold of resource usage that once fallen below after crossing the high_watermark, will cease watermark-based eviction from this tier.
const string RANK
Apply the requested change only to a specific rank.
A set of parameters for Kinetica.alterTier(string,IDictionary{string, string}).
IDictionary< string, string > info
Additional information.
AlterTierRequest(string name, IDictionary< string, string > options=null)
Constructs an AlterTierRequest object with the specified parameters.
const string PERSIST
If true the system configuration will be written to disk upon successful application of this request...
KineticaData - class to help with Avro Encoding for Kinetica
AlterTierRequest()
Constructs an AlterTierRequest object with default parameters.
IDictionary< string, string > options
Optional parameters.