Kinetica C# API
Version 7.1.10.0
|
Optional parameters. 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" |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 49 of file CreateSchema.cs.
const string kinetica.CreateSchemaRequest.Options.FALSE = "false" |
Definition at line 69 of file CreateSchema.cs.
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 67 of file CreateSchema.cs.
const string kinetica.CreateSchemaRequest.Options.TRUE = "true" |
Definition at line 68 of file CreateSchema.cs.