Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter ranking. More...
Public Attributes | |
const string | EMPTY_STRING = "" |
Don't change the ranking More... | |
const string | FIRST = "first" |
Make this resource group the new first one in the ordering More... | |
const string | LAST = "last" |
Make this resource group the new last one in the ordering More... | |
const string | BEFORE = "before" |
Place this resource group before the one specified by adjoining_resource_group in the ordering More... | |
const string | AFTER = "after" |
Place this resource group after the one specified by adjoining_resource_group in the ordering More... | |
A set of string constants for the parameter 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 41 of file AlterResourceGroup.cs.
const string kinetica.AlterResourceGroupRequest.Ranking.AFTER = "after" |
Place this resource group after the one specified by adjoining_resource_group in the ordering
Definition at line 62 of file AlterResourceGroup.cs.
const string kinetica.AlterResourceGroupRequest.Ranking.BEFORE = "before" |
Place this resource group before the one specified by adjoining_resource_group in the ordering
Definition at line 57 of file AlterResourceGroup.cs.
const string kinetica.AlterResourceGroupRequest.Ranking.EMPTY_STRING = "" |
Don't change the ranking
Definition at line 44 of file AlterResourceGroup.cs.
const string kinetica.AlterResourceGroupRequest.Ranking.FIRST = "first" |
Make this resource group the new first one in the ordering
Definition at line 48 of file AlterResourceGroup.cs.
const string kinetica.AlterResourceGroupRequest.Ranking.LAST = "last" |
Make this resource group the new last one in the ordering
Definition at line 52 of file AlterResourceGroup.cs.