Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.AlterResourceGroupRequest.TierAttributes Struct Reference

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

Detailed Description

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'}}

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

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.

Member Data Documentation

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.


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