Kinetica C# API
Version 7.0.19.0
|
Optional parameters. 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 resource group in the response. More... | |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 68 of file ShowResourceGroups.cs.
const string kinetica.ShowResourceGroupsRequest.Options.FALSE = "false" |
Definition at line 88 of file ShowResourceGroups.cs.
const string kinetica.ShowResourceGroupsRequest.Options.SHOW_DEFAULT_GROUP = "show_default_group" |
If true include the default resource group in the response.
Supported values:
The default value is TRUE.
Definition at line 105 of file ShowResourceGroups.cs.
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 86 of file ShowResourceGroups.cs.
const string kinetica.ShowResourceGroupsRequest.Options.TRUE = "true" |
Definition at line 87 of file ShowResourceGroups.cs.