Kinetica C# API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.HasTypeResponse.TypeExists Struct Reference

Indicates whether the type exists or not. More...

Public Attributes

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

Detailed Description

Indicates whether the type exists or not.

Values: true, false.
A set of string constants for the parameter <member name="type_exists">.

Definition at line 59 of file HasType.cs.

Member Data Documentation

const string kinetica.HasTypeResponse.TypeExists.FALSE = "false"

Definition at line 62 of file HasType.cs.

const string kinetica.HasTypeResponse.TypeExists.TRUE = "true"

Definition at line 61 of file HasType.cs.


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