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 false will return an error if the provided schema_name does not exist. 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 51 of file ShowSchema.cs.
const string kinetica.ShowSchemaRequest.Options.FALSE = "false" |
Definition at line 73 of file ShowSchema.cs.
const string kinetica.ShowSchemaRequest.Options.NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists" |
If false will return an error if the provided schema_name does not exist.
If true then it will return an empty result if the provided schema_name does not exist. Supported values:
The default value is FALSE.
Definition at line 71 of file ShowSchema.cs.
const string kinetica.ShowSchemaRequest.Options.TRUE = "true" |
Definition at line 72 of file ShowSchema.cs.