Kinetica   C#   API  Version 7.2.3.1
HasTypeResponse.TypeExists Struct Reference

A set of string constants for the parameter type_exists. More...

Public Attributes

const string TRUE = "true"
 
const string FALSE = "false"
 

Detailed Description

A set of string constants for the parameter type_exists.

Indicates whether the type exists or not.

Definition at line 54 of file HasType.cs.

Member Data Documentation

◆ FALSE

const string HasTypeResponse.TypeExists.FALSE = "false"

Definition at line 57 of file HasType.cs.

◆ TRUE

const string HasTypeResponse.TypeExists.TRUE = "true"

Definition at line 56 of file HasType.cs.


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