Kinetica C# API
Version 7.0.19.0
|
Optional parameters. 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... | |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 54 of file AlterTier.cs.
const string kinetica.AlterTierRequest.Options.CAPACITY = "capacity" |
Maximum size in bytes this tier may hold at once.
Definition at line 59 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.
Definition at line 64 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.
Definition at line 69 of file AlterTier.cs.