Kinetica C# API
Version 7.0.19.0
|
Optional map containing tier names and their respective attribute group limits. 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... | |
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'}}
The default value is an empty Dictionary. A set of string constants for the parameter tier_attributes.
Definition at line 41 of file AlterResourceGroup.cs.
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 46 of file AlterResourceGroup.cs.