Skip to main content

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

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

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

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

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

Definition at line 43 of file CreateResourceGroup.cs.

◆ LAST

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