Kinetica C# API
Version 7.2.3.0
|
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... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 22 of file ShowResourceGroups.cs.
const string kinetica.ShowResourceGroupsRequest.Options.FALSE = "false" |
Definition at line 41 of file ShowResourceGroups.cs.
const string kinetica.ShowResourceGroupsRequest.Options.SHOW_DEFAULT_GROUP = "show_default_group" |
const string kinetica.ShowResourceGroupsRequest.Options.SHOW_DEFAULT_VALUES = "show_default_values" |
const string kinetica.ShowResourceGroupsRequest.Options.SHOW_TIER_USAGE = "show_tier_usage" |
const string kinetica.ShowResourceGroupsRequest.Options.TRUE = "true" |
Definition at line 40 of file ShowResourceGroups.cs.