A set of string constants for the parameter CreateResourceGroupRequest.ranking. More…
Static Public Attributes | |
| 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 CreateResourceGroupRequest.adjoining_resource_group in the ordering. | |
| const string | AFTER = “after” |
| Place this resource group after the one specified by CreateResourceGroupRequest.adjoining_resource_group in the ordering. | |
Detailed Description
A set of string constants for the parameter CreateResourceGroupRequest.ranking.
Indicates the relative ranking among existing resource groups where this new resource group will be placed.
Definition at line 39 of file CreateResourceGroup.cs.
Member Data Documentation
◆ AFTER
| static |
Place this resource group after the one specified by CreateResourceGroupRequest.adjoining_resource_group in the ordering.
Definition at line 57 of file CreateResourceGroup.cs.
◆ BEFORE
| static |
Place this resource group before the one specified by CreateResourceGroupRequest.adjoining_resource_group in the ordering.
Definition at line 52 of file CreateResourceGroup.cs.
◆ FIRST
| static |
Make this resource group the new first one in the ordering.
Definition at line 43 of file CreateResourceGroup.cs.
◆ LAST
| static |
Make this resource group the new last one in the ordering.
Definition at line 47 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