Kinetica   C#   API  Version 7.2.3.0
kinetica.AlterTierRequest.Options Struct Reference

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...
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 29 of file AlterTier.cs.

Member Data Documentation

◆ CAPACITY

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.

◆ FALSE

const string kinetica.AlterTierRequest.Options.FALSE = "false"

Definition at line 73 of file AlterTier.cs.

◆ HIGH_WATERMARK

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.

◆ LOW_WATERMARK

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.

◆ PERSIST

const string kinetica.AlterTierRequest.Options.PERSIST = "persist"

If TRUE the system configuration will be written to disk upon successful application of this request.

Supported values:

The default value is TRUE.

Definition at line 70 of file AlterTier.cs.

◆ RANK

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.

◆ TRUE

const string kinetica.AlterTierRequest.Options.TRUE = "true"

Definition at line 72 of file AlterTier.cs.

◆ WAIT_TIMEOUT

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.


The documentation for this struct was generated from the following file: