A set of string constants for the parameter AlterResourceGroupRequest.ranking. More…
Static Public Attributes | |
| const string | EMPTY_STRING = "" |
| Don’t change the ranking. | |
| const string | FIRST = “first” |
| Make this resource group the new first one in the ordering. | |
| const string | LAST = “last” |
| Make this resource group the new last one in the ordering. | |
| const string | BEFORE = “before” |
| Place this resource group before the one specified by AlterResourceGroupRequest.adjoining_resource_group in the ordering. | |
| const string | AFTER = “after” |
| Place this resource group after the one specified by AlterResourceGroupRequest.adjoining_resource_group in the ordering. | |
Detailed Description
A set of string constants for the parameter AlterResourceGroupRequest.ranking.
If the resource group ranking is to be updated, this indicates the relative ranking among existing resource groups where this resource group will be placed.
Definition at line 40 of file AlterResourceGroup.cs.
Member Data Documentation
◆ AFTER
| static |
Place this resource group after the one specified by AlterResourceGroupRequest.adjoining_resource_group in the ordering.
Definition at line 61 of file AlterResourceGroup.cs.
◆ BEFORE
| static |
Place this resource group before the one specified by AlterResourceGroupRequest.adjoining_resource_group in the ordering.
Definition at line 56 of file AlterResourceGroup.cs.
◆ EMPTY_STRING
| static |
Don’t change the ranking.
Definition at line 43 of file AlterResourceGroup.cs.
◆ FIRST
| static |
Make this resource group the new first one in the ordering.
Definition at line 47 of file AlterResourceGroup.cs.
◆ LAST
| static |
Make this resource group the new last one in the ordering.
Definition at line 51 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