Skip to main content

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

Static Public Attributes

const string TRUE = “true”
 A boolean constant for the HasSchemaResponse.SchemaExists options.
 
const string FALSE = “false”
 A boolean constant for the HasSchemaResponse.SchemaExists options.
 

Detailed Description

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

A boolean constant for the HasSchemaResponse.SchemaExists options.

Definition at line 66 of file HasSchema.cs.

◆ TRUE

const string kinetica.HasSchemaResponse.SchemaExists.TRUE = “true”
static

A boolean constant for the HasSchemaResponse.SchemaExists options.

Definition at line 62 of file HasSchema.cs.


The documentation for this struct was generated from the following files:
  • _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/HasSchema.cs
  • Kinetica/Protocol/HasSchema.cs