A set of string constants for the parameter AlterTierRequest.options. More…
Static Public Attributes | |
| const string | CAPACITY = “capacity” |
| Maximum size in bytes this tier may hold at once, per rank. | |
| 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. | |
| 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. | |
| const string | WAIT_TIMEOUT = “wait_timeout” |
| Timeout in seconds for reading from or writing to this resource. | |
| const string | PERSIST = “persist” |
| If TRUE the system configuration will be written to disk upon successful application of this request. | |
| const string | TRUE = “true” |
| A boolean constant for the AlterTierRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the AlterTierRequest.Options options. | |
| const string | RANK = “rank” |
| Apply the requested change only to a specific rank. | |
Detailed Description
A set of string constants for the parameter AlterTierRequest.options.
Optional parameters.
Definition at line 28 of file AlterTier.cs.
Member Data Documentation
◆ CAPACITY
| static |
Maximum size in bytes this tier may hold at once, per rank.
Definition at line 32 of file AlterTier.cs.
◆ FALSE
| static |
A boolean constant for the AlterTierRequest.Options options.
Definition at line 80 of file AlterTier.cs.
◆ HIGH_WATERMARK
| static |
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 39 of file AlterTier.cs.
◆ LOW_WATERMARK
| static |
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 47 of file AlterTier.cs.
◆ PERSIST
| static |
◆ RANK
| static |
Apply the requested change only to a specific rank.
The minimum allowed value is ‘0’. The maximum allowed value is ‘10000’.
Definition at line 86 of file AlterTier.cs.
◆ TRUE
| static |
A boolean constant for the AlterTierRequest.Options options.
Definition at line 76 of file AlterTier.cs.
◆ WAIT_TIMEOUT
| static |
Timeout in seconds for reading from or writing to this resource.
Applies to cold storage tiers only.
Definition at line 52 of file AlterTier.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/AlterTier.cs
- Kinetica/Protocol/AlterTier.cs