Kinetica   C#   API  Version 7.2.3.1
ShowTypesRequest.Options Struct Reference

A set of string constants for the parameter options. 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

A set of string constants for the parameter options.

Optional parameters.

Definition at line 23 of file ShowTypes.cs.

Member Data Documentation

◆ FALSE

const string ShowTypesRequest.Options.FALSE = "false"

Definition at line 41 of file ShowTypes.cs.

◆ NO_JOIN_TYPES

const string 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 38 of file ShowTypes.cs.

◆ TRUE

const string ShowTypesRequest.Options.TRUE = "true"

Definition at line 40 of file ShowTypes.cs.


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