Kinetica   C#   API  Version 7.2.3.0
kinetica.HasSchemaResponse.SchemaExists Struct Reference

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

Public Attributes

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

Detailed Description

A set of string constants for the parameter schema_exists.

Indicates whether the schema exists or not.

Definition at line 58 of file HasSchema.cs.

Member Data Documentation

◆ FALSE

const string kinetica.HasSchemaResponse.SchemaExists.FALSE = "false"

Definition at line 61 of file HasSchema.cs.

◆ TRUE

const string kinetica.HasSchemaResponse.SchemaExists.TRUE = "true"

Definition at line 60 of file HasSchema.cs.


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