Skip to main content

A set of string constants for the parameter ShowSchemaRequest.options. More…

Static Public Attributes

const string NO_ERROR_IF_NOT_EXISTS = “no_error_if_not_exists”
 If FALSE will return an error if the provided ShowSchemaRequest.schema_name does not exist.
 
const string TRUE = “true”
 A boolean constant for the ShowSchemaRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the ShowSchemaRequest.Options options.
 

Detailed Description

A set of string constants for the parameter ShowSchemaRequest.options.

Optional parameters.

Definition at line 23 of file ShowSchema.cs.

Member Data Documentation

◆ FALSE

const string kinetica.ShowSchemaRequest.Options.FALSE = “false”
static

A boolean constant for the ShowSchemaRequest.Options options.

Definition at line 54 of file ShowSchema.cs.

◆ NO_ERROR_IF_NOT_EXISTS

const string kinetica.ShowSchemaRequest.Options.NO_ERROR_IF_NOT_EXISTS = “no_error_if_not_exists”
static

If FALSE will return an error if the provided ShowSchemaRequest.schema_name does not exist.

If TRUE then it will return an empty result if the provided ShowSchemaRequest.schema_name does not exist. Supported values:

The default value is FALSE.

Definition at line 46 of file ShowSchema.cs.

◆ TRUE

const string kinetica.ShowSchemaRequest.Options.TRUE = “true”
static

A boolean constant for the ShowSchemaRequest.Options options.

Definition at line 50 of file ShowSchema.cs.


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