Kinetica C# API
Version 7.0.19.0
|
If the resource group ranking is to be updated, this indicates the relative ranking among existing resource groups where this resource group will be moved; leave blank if not changing the ranking. More...
Public Attributes | |
const string | EMPTY_STRING = "" |
const string | FIRST = "first" |
const string | LAST = "last" |
const string | BEFORE = "before" |
const string | AFTER = "after" |
If the resource group ranking is to be updated, this indicates the relative ranking among existing resource groups where this resource group will be moved; leave blank if not changing the ranking.
When using before or after, specify which resource group this one will be inserted before or after in . Supported values:
The default value is EMPTY_STRING. A set of string constants for the parameter ranking.
Definition at line 84 of file AlterResourceGroup.cs.
const string kinetica.AlterResourceGroupRequest.Ranking.AFTER = "after" |
Definition at line 90 of file AlterResourceGroup.cs.
const string kinetica.AlterResourceGroupRequest.Ranking.BEFORE = "before" |
Definition at line 89 of file AlterResourceGroup.cs.
const string kinetica.AlterResourceGroupRequest.Ranking.EMPTY_STRING = "" |
Definition at line 86 of file AlterResourceGroup.cs.
const string kinetica.AlterResourceGroupRequest.Ranking.FIRST = "first" |
Definition at line 87 of file AlterResourceGroup.cs.
const string kinetica.AlterResourceGroupRequest.Ranking.LAST = "last" |
Definition at line 88 of file AlterResourceGroup.cs.