Kinetica C# API
Version 7.1.10.0
|
Optional parameters. More...
Public Attributes | |
const string | NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists" |
If true and if the schema specified in schema_name does not exist, no error is returned. More... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
const string | CASCADE = "cascade" |
If true, all tables within the schema will be dropped. More... | |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 71 of file DropSchema.cs.
const string kinetica.DropSchemaRequest.Options.CASCADE = "cascade" |
If true, all tables within the schema will be dropped.
If false, the schema will be dropped only if empty. Supported values:
The default value is FALSE.
Definition at line 112 of file DropSchema.cs.
const string kinetica.DropSchemaRequest.Options.FALSE = "false" |
Definition at line 94 of file DropSchema.cs.
const string kinetica.DropSchemaRequest.Options.NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists" |
If true and if the schema specified in schema_name does not exist, no error is returned.
If false and if the schema specified in schema_name does not exist, then an error is returned. Supported values:
The default value is FALSE.
Definition at line 92 of file DropSchema.cs.
const string kinetica.DropSchemaRequest.Options.TRUE = "true" |
Definition at line 93 of file DropSchema.cs.