A set of string constants for the parameter AlterSchemaRequest.action. More…
Static Public Attributes | |
| const string | ADD_COMMENT = “add_comment” |
| Adds a comment describing the schema. | |
| const string | RENAME_SCHEMA = “rename_schema” |
| Renames a schema to AlterSchemaRequest._value. | |
Detailed Description
A set of string constants for the parameter AlterSchemaRequest.action.
Modification operation to be applied.
Definition at line 22 of file AlterSchema.cs.
Member Data Documentation
◆ ADD_COMMENT
| static |
Adds a comment describing the schema.
Definition at line 25 of file AlterSchema.cs.
◆ RENAME_SCHEMA
| static |
Renames a schema to AlterSchemaRequest._value.
Has the same naming restrictions as tables.
Definition at line 32 of file AlterSchema.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/AlterSchema.cs
- Kinetica/Protocol/AlterSchema.cs