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
| static |
A boolean constant for the CreateSchemaRequest.Options options.
Definition at line 50 of file CreateSchema.cs.
◆ NO_ERROR_IF_EXISTS
| static |
◆ 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:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/CreateSchema.cs
- Kinetica/Protocol/CreateSchema.cs