Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
Public Attributes | |
const string | CAPACITY = "capacity" |
Maximum size in bytes this tier may hold at once. More... | |
const string | HIGH_WATERMARK = "high_watermark" |
Threshold of usage of this tier's resource that once exceeded, will trigger watermark-based eviction from this tier. More... | |
const string | LOW_WATERMARK = "low_watermark" |
Threshold of resource usage that once fallen below after crossing the HIGH_WATERMARK, will cease watermark-based eviction from this tier. More... | |
const string | WAIT_TIMEOUT = "wait_timeout" |
Timeout in seconds for reading from or writing to this resource. More... | |
const string | PERSIST = "persist" |
If TRUE the system configuration will be written to disk upon successful application of this request. More... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
const string | RANK = "rank" |
Apply the requested change only to a specific rank. More... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 29 of file AlterTier.cs.
const string kinetica.AlterTierRequest.Options.CAPACITY = "capacity" |
Maximum size in bytes this tier may hold at once.
Definition at line 33 of file AlterTier.cs.
const string kinetica.AlterTierRequest.Options.FALSE = "false" |
Definition at line 73 of file AlterTier.cs.
const string kinetica.AlterTierRequest.Options.HIGH_WATERMARK = "high_watermark" |
Threshold of usage of this tier's resource that once exceeded, will trigger watermark-based eviction from this tier.
The minimum allowed value is '0'. The maximum allowed value is '100'.
Definition at line 40 of file AlterTier.cs.
const string kinetica.AlterTierRequest.Options.LOW_WATERMARK = "low_watermark" |
Threshold of resource usage that once fallen below after crossing the HIGH_WATERMARK, will cease watermark-based eviction from this tier.
The minimum allowed value is '0'. The maximum allowed value is '100'.
Definition at line 48 of file AlterTier.cs.
const string kinetica.AlterTierRequest.Options.PERSIST = "persist" |
const string kinetica.AlterTierRequest.Options.RANK = "rank" |
Apply the requested change only to a specific rank.
The minimum allowed value is '0'. The maximum allowed value is '10000'.
Definition at line 79 of file AlterTier.cs.
const string kinetica.AlterTierRequest.Options.TRUE = "true" |
Definition at line 72 of file AlterTier.cs.
const string kinetica.AlterTierRequest.Options.WAIT_TIMEOUT = "wait_timeout" |
Timeout in seconds for reading from or writing to this resource.
Applies to cold storage tiers only.
Definition at line 54 of file AlterTier.cs.