Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter action. More...
Public Attributes | |
const string | ADD_COMMENT = "add_comment" |
Adds a comment describing the schema More... | |
const string | RENAME_SCHEMA = "rename_schema" |
Renames a schema to _value. More... | |
A set of string constants for the parameter action.
Modification operation to be applied
Definition at line 23 of file AlterSchema.cs.
const string kinetica.AlterSchemaRequest.Action.ADD_COMMENT = "add_comment" |
Adds a comment describing the schema
Definition at line 26 of file AlterSchema.cs.
const string kinetica.AlterSchemaRequest.Action.RENAME_SCHEMA = "rename_schema" |
Renames a schema to _value.
Has the same naming restrictions as tables.
Definition at line 32 of file AlterSchema.cs.