Kinetica C# API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.AlterSchemaRequest.Action Struct Reference

Modification operation to be applied Supported values:

More...

Public Attributes

const string RENAME_SCHEMA = "rename_schema"
 Renames a schema to _value. More...
 

Detailed Description

Modification operation to be applied Supported values:

Has the same naming restrictions as tables.

A set of string constants for the parameter action.

Definition at line 38 of file AlterSchema.cs.

Member Data Documentation

const string kinetica.AlterSchemaRequest.Action.RENAME_SCHEMA = "rename_schema"

Renames a schema to _value.

Has the same naming restrictions as tables.

Definition at line 44 of file AlterSchema.cs.


The documentation for this struct was generated from the following file: