Kinetica   C#   API  Version 7.2.3.1
CreateResourceGroupRequest.Ranking Struct Reference

A set of string constants for the parameter ranking. More...

Public Attributes

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...
 

Detailed Description

A set of string constants for the parameter 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 CreateResourceGroupRequest.Ranking.AFTER = "after"

Place this resource group after the one specified by adjoining_resource_group in the ordering.

Definition at line 55 of file CreateResourceGroup.cs.

◆ BEFORE

const string CreateResourceGroupRequest.Ranking.BEFORE = "before"

Place this resource group before the one specified by adjoining_resource_group in the ordering.

Definition at line 51 of file CreateResourceGroup.cs.

◆ FIRST

const string CreateResourceGroupRequest.Ranking.FIRST = "first"

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

Definition at line 43 of file CreateResourceGroup.cs.

◆ LAST

const string CreateResourceGroupRequest.Ranking.LAST = "last"

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 file: