Skip to main content

A set of string constants for the parameter ShowResourceGroupsRequest.options. More…

Static Public Attributes

const string SHOW_DEFAULT_VALUES = “show_default_values”
 If TRUE include values of fields that are based on the default resource group.
 
const string TRUE = “true”
 A boolean constant for the ShowResourceGroupsRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the ShowResourceGroupsRequest.Options options.
 
const string SHOW_DEFAULT_GROUP = “show_default_group”
 If TRUE include the default and system resource groups in the response.
 
const string SHOW_TIER_USAGE = “show_tier_usage”
 If TRUE include the resource group usage on the worker ranks in the response.
 

Detailed Description

A set of string constants for the parameter ShowResourceGroupsRequest.options.

Optional parameters.

Definition at line 22 of file ShowResourceGroups.cs.

Member Data Documentation

◆ FALSE

const string kinetica.ShowResourceGroupsRequest.Options.FALSE = “false”
static

A boolean constant for the ShowResourceGroupsRequest.Options options.

Definition at line 52 of file ShowResourceGroups.cs.

◆ SHOW_DEFAULT_GROUP

const string kinetica.ShowResourceGroupsRequest.Options.SHOW_DEFAULT_GROUP = “show_default_group”
static

If TRUE include the default and system resource groups in the response.

This value defaults to false if an explicit list of group names is provided, and true otherwise. Supported values:

The default value is TRUE.

Definition at line 75 of file ShowResourceGroups.cs.

◆ SHOW_DEFAULT_VALUES

const string kinetica.ShowResourceGroupsRequest.Options.SHOW_DEFAULT_VALUES = “show_default_values”
static

If TRUE include values of fields that are based on the default resource group.

Supported values:

The default value is TRUE.

Definition at line 44 of file ShowResourceGroups.cs.

◆ SHOW_TIER_USAGE

const string kinetica.ShowResourceGroupsRequest.Options.SHOW_TIER_USAGE = “show_tier_usage”
static

If TRUE include the resource group usage on the worker ranks in the response.

Supported values:

The default value is FALSE.

Definition at line 97 of file ShowResourceGroups.cs.

◆ TRUE

const string kinetica.ShowResourceGroupsRequest.Options.TRUE = “true”
static

A boolean constant for the ShowResourceGroupsRequest.Options options.

Definition at line 48 of file ShowResourceGroups.cs.


The documentation for this struct was generated from the following files: