Kinetica   C#   API  Version 7.2.3.0
kinetica.ShowResourceGroupsRequest.Options Struct Reference

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

Public Attributes

const string SHOW_DEFAULT_VALUES = "show_default_values"
 If TRUE include values of fields that are based on the default resource group. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 
const string SHOW_DEFAULT_GROUP = "show_default_group"
 If TRUE include the default and system resource groups in the response. More...
 
const string SHOW_TIER_USAGE = "show_tier_usage"
 If TRUE include the resource group usage on the worker ranks in the response. More...
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 22 of file ShowResourceGroups.cs.

Member Data Documentation

◆ FALSE

const string kinetica.ShowResourceGroupsRequest.Options.FALSE = "false"

Definition at line 41 of file ShowResourceGroups.cs.

◆ SHOW_DEFAULT_GROUP

const string kinetica.ShowResourceGroupsRequest.Options.SHOW_DEFAULT_GROUP = "show_default_group"

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

Supported values:

The default value is TRUE.

Definition at line 56 of file ShowResourceGroups.cs.

◆ SHOW_DEFAULT_VALUES

const string kinetica.ShowResourceGroupsRequest.Options.SHOW_DEFAULT_VALUES = "show_default_values"

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

Supported values:

The default value is TRUE.

Definition at line 38 of file ShowResourceGroups.cs.

◆ SHOW_TIER_USAGE

const string kinetica.ShowResourceGroupsRequest.Options.SHOW_TIER_USAGE = "show_tier_usage"

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

Supported values:

The default value is FALSE.

Definition at line 72 of file ShowResourceGroups.cs.

◆ TRUE

const string kinetica.ShowResourceGroupsRequest.Options.TRUE = "true"

Definition at line 40 of file ShowResourceGroups.cs.


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