Kinetica   C#   API  Version 7.2.3.0
kinetica.CreateSchemaRequest.Options Struct Reference

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

Public Attributes

const string NO_ERROR_IF_EXISTS = "no_error_if_exists"
 If TRUE, prevents an error from occurring if the schema already exists. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 23 of file CreateSchema.cs.

Member Data Documentation

◆ FALSE

const string kinetica.CreateSchemaRequest.Options.FALSE = "false"

Definition at line 41 of file CreateSchema.cs.

◆ NO_ERROR_IF_EXISTS

const string kinetica.CreateSchemaRequest.Options.NO_ERROR_IF_EXISTS = "no_error_if_exists"

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

Supported values:

The default value is FALSE.

Definition at line 38 of file CreateSchema.cs.

◆ TRUE

const string kinetica.CreateSchemaRequest.Options.TRUE = "true"

Definition at line 40 of file CreateSchema.cs.


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