Skip to main content

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

const string kinetica.AlterSchemaRequest.Action.ADD_COMMENT = “add_comment”
static

Adds a comment describing the schema.

Definition at line 25 of file AlterSchema.cs.

◆ RENAME_SCHEMA

const string kinetica.AlterSchemaRequest.Action.RENAME_SCHEMA = “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: