7 using System.Collections.Generic;
72 public const string TRUE =
"true";
73 public const string FALSE =
"false";
79 public const string RANK =
"rank";
85 public string name {
get;
set; }
146 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
217 IDictionary<string, string>
options =
null)
219 this.name =
name ??
"";
231 public string name {
get;
set; }
234 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 name
Value of name.
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,...
const string RANK
Apply the requested change only to a specific rank.
A set of parameters for Kinetica.alterTier.
A set of string constants for the parameter options.
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.