Skip to main content

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

Static Public Attributes

const string NO_ERROR_IF_EXISTS = “no_error_if_exists”
 If TRUE, prevents an error from occurring if the schema already exists.
 
const string TRUE = “true”
 A boolean constant for the CreateSchemaRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the CreateSchemaRequest.Options options.
 

Detailed Description

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

Optional parameters.

Definition at line 23 of file CreateSchema.cs.

Member Data Documentation

◆ FALSE

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

A boolean constant for the CreateSchemaRequest.Options options.

Definition at line 50 of file CreateSchema.cs.

◆ NO_ERROR_IF_EXISTS

const string kinetica.CreateSchemaRequest.Options.NO_ERROR_IF_EXISTS = “no_error_if_exists”
static

If TRUE, prevents an error from occurring if the schema already exists.

Supported values:

The default value is FALSE.

Definition at line 42 of file CreateSchema.cs.

◆ TRUE

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

A boolean constant for the CreateSchemaRequest.Options options.

Definition at line 46 of file CreateSchema.cs.


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