Skip to main content

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

const string kinetica.AlterResourceGroupRequest.Ranking.AFTER = “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

const string kinetica.AlterResourceGroupRequest.Ranking.BEFORE = “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

const string kinetica.AlterResourceGroupRequest.Ranking.EMPTY_STRING = ""
static

Don’t change the ranking.

Definition at line 43 of file AlterResourceGroup.cs.

◆ FIRST

const string kinetica.AlterResourceGroupRequest.Ranking.FIRST = “first”
static

Make this resource group the new first one in the ordering.

Definition at line 47 of file AlterResourceGroup.cs.

◆ LAST

const string kinetica.AlterResourceGroupRequest.Ranking.LAST = “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: