Kinetica C# API
Version 6.2.0.1
|
Optional parameters. More...
Public Attributes | |
const string | NO_JOIN_TYPES = "no_join_types" |
When set to 'true', no join types will be included. More... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 50 of file ShowTypes.cs.
const string kinetica.ShowTypesRequest.Options.FALSE = "false" |
Definition at line 69 of file ShowTypes.cs.
const string kinetica.ShowTypesRequest.Options.NO_JOIN_TYPES = "no_join_types" |
When set to 'true', no join types will be included.
Supported values:
The default value is FALSE.
Definition at line 67 of file ShowTypes.cs.
const string kinetica.ShowTypesRequest.Options.TRUE = "true" |
Definition at line 68 of file ShowTypes.cs.