Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.ShowTypesRequest.Options Struct Reference

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"
 

Detailed Description

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.

Member Data Documentation

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.


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