7 using System.Collections.Generic;
69 public const string TRUE =
"true";
70 public const string FALSE =
"false";
76 public const string RANK =
"rank";
82 public string name {
get;
set; }
141 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
210 IDictionary<string, string>
options =
null)
212 this.name =
name ??
"";
224 public string name {
get;
set; }
227 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
A set of parameters for Kinetica.alterTier.
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
string name
Name of the tier to be altered.
AlterTierRequest()
Constructs an AlterTierRequest object with default parameters.
A set of string constants for the parameter options.
const string RANK
Apply the requested change only to a specific rank.
const string WAIT_TIMEOUT
Timeout in seconds for reading from or writing to this resource.
AlterTierRequest(string name, IDictionary< string, string > options=null)
Constructs an AlterTierRequest object with the specified parameters.
IDictionary< string, string > options
Optional parameters.
const string CAPACITY
Maximum size in bytes this tier may hold at once, per rank.
IDictionary< string, string > info
Additional information.
A set of results returned by Kinetica.alterTier.
string name
Value of name.
const string LOW_WATERMARK
Threshold of resource usage that once fallen below after crossing the HIGH_WATERMARK,...
const string HIGH_WATERMARK
Threshold of usage of this tier's resource that once exceeded, will trigger watermark-based eviction ...