Kinetica   C#   API  Version 7.2.3.0
kinetica.AlterResourceGroupRequest.TierAttributes Struct Reference

A set of string constants for the parameter tier_attributes. More...

Public Attributes

const string MAX_MEMORY = "max_memory"
 Maximum amount of memory usable in the given tier at one time for this group. More...
 

Detailed Description

A set of string constants for the parameter tier_attributes.

Optional map containing tier names and their respective attribute group limits. The only valid attribute limit that can be set is max_memory (in bytes) for the VRAM & RAM tiers.

For instance, to set max VRAM capacity to 1GB and max RAM capacity to 10GB, use: {'VRAM':{'max_memory':'1000000000'}, 'RAM':{'max_memory':'10000000000'}}

Definition at line 27 of file AlterResourceGroup.cs.

Member Data Documentation

◆ MAX_MEMORY

const string kinetica.AlterResourceGroupRequest.TierAttributes.MAX_MEMORY = "max_memory"

Maximum amount of memory usable in the given tier at one time for this group.

Definition at line 31 of file AlterResourceGroup.cs.


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