A set of string constants for the parameter CreateResourceGroupRequest.options. More…
Static Public Attributes | |
| const string | MAX_CPU_CONCURRENCY = “max_cpu_concurrency” |
| Maximum number of simultaneous threads that will be used to execute a request, per rank, for this group. | |
| const string | MAX_DATA = “max_data” |
| Maximum amount of data, per rank, in bytes, that can be used by all database objects within this group. | |
| const string | MAX_SCHEDULING_PRIORITY = “max_scheduling_priority” |
| Maximum priority of a scheduled task for this group. | |
| const string | MAX_TIER_PRIORITY = “max_tier_priority” |
| Maximum priority of a tiered object for this group. | |
Detailed Description
A set of string constants for the parameter CreateResourceGroupRequest.options.
Optional parameters.
Definition at line 63 of file CreateResourceGroup.cs.
Member Data Documentation
◆ MAX_CPU_CONCURRENCY
| static |
Maximum number of simultaneous threads that will be used to execute a request, per rank, for this group.
The minimum allowed value is ‘4’.
Definition at line 68 of file CreateResourceGroup.cs.
◆ MAX_DATA
| static |
Maximum amount of data, per rank, in bytes, that can be used by all database objects within this group.
Set to -1 to indicate no upper limit. The minimum allowed value is ‘-1’.
Definition at line 74 of file CreateResourceGroup.cs.
◆ MAX_SCHEDULING_PRIORITY
| static |
Maximum priority of a scheduled task for this group.
The minimum allowed value is ‘1’. The maximum allowed value is ‘100’.
Definition at line 80 of file CreateResourceGroup.cs.
◆ MAX_TIER_PRIORITY
| static |
Maximum priority of a tiered object for this group.
The minimum allowed value is ‘1’. The maximum allowed value is ‘10’.
Definition at line 86 of file CreateResourceGroup.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/CreateResourceGroup.cs
- Kinetica/Protocol/CreateResourceGroup.cs