A set of string constants for the parameter AlterResourceGroupRequest.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. | |
| const string | IS_DEFAULT_GROUP = “is_default_group” |
| If TRUE, this request applies to the global default resource group. | |
| const string | TRUE = “true” |
| A boolean constant for the AlterResourceGroupRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the AlterResourceGroupRequest.Options options. | |
| const string | PERSIST = “persist” |
| If TRUE and a system-level change was requested, the system configuration will be written to disk upon successful application of this request. | |
Detailed Description
A set of string constants for the parameter AlterResourceGroupRequest.options.
Optional parameters.
Definition at line 67 of file AlterResourceGroup.cs.
Member Data Documentation
◆ FALSE
| static |
A boolean constant for the AlterResourceGroupRequest.Options options.
Definition at line 123 of file AlterResourceGroup.cs.
◆ IS_DEFAULT_GROUP
| static |
If TRUE, this request applies to the global default resource group.
It is an error for this field to be TRUE when the AlterResourceGroupRequest.name field is also populated. Supported values:
The default value is FALSE.
Definition at line 115 of file AlterResourceGroup.cs.
◆ 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 72 of file AlterResourceGroup.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 78 of file AlterResourceGroup.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 84 of file AlterResourceGroup.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 90 of file AlterResourceGroup.cs.
◆ PERSIST
| static |
If TRUE and a system-level change was requested, the system configuration will be written to disk upon successful application of this request.
This will commit the changes from this request and any additional in-memory modifications. Supported values:
The default value is TRUE.
Definition at line 148 of file AlterResourceGroup.cs.
◆ TRUE
| static |
A boolean constant for the AlterResourceGroupRequest.Options options.
Definition at line 119 of file AlterResourceGroup.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/AlterResourceGroup.cs
- Kinetica/Protocol/AlterResourceGroup.cs