Kinetica   C#   API  Version 7.2.3.0
kinetica.ShowTableResponse.TableDescriptions Struct Reference

A set of string constants for the parameter table_descriptions. More...

Public Attributes

const string COLLECTION = "COLLECTION"
 
const string JOIN = "JOIN"
 
const string LOGICAL_EXTERNAL_TABLE = "LOGICAL_EXTERNAL_TABLE"
 
const string LOGICAL_VIEW = "LOGICAL_VIEW"
 
const string MATERIALIZED_EXTERNAL_TABLE = "MATERIALIZED_EXTERNAL_TABLE"
 
const string MATERIALIZED_VIEW = "MATERIALIZED_VIEW"
 
const string MATERIALIZED_VIEW_MEMBER = "MATERIALIZED_VIEW_MEMBER"
 
const string MATERIALIZED_VIEW_UNDER_CONSTRUCTION = "MATERIALIZED_VIEW_UNDER_CONSTRUCTION"
 
const string REPLICATED = "REPLICATED"
 
const string RESULT_TABLE = "RESULT_TABLE"
 
const string SCHEMA = "SCHEMA"
 
const string VIEW = "VIEW"
 

Detailed Description

A set of string constants for the parameter table_descriptions.

List of descriptions for the respective tables in table_names.

Definition at line 483 of file ShowTable.cs.

Member Data Documentation

◆ COLLECTION

const string kinetica.ShowTableResponse.TableDescriptions.COLLECTION = "COLLECTION"

Definition at line 485 of file ShowTable.cs.

◆ JOIN

const string kinetica.ShowTableResponse.TableDescriptions.JOIN = "JOIN"

Definition at line 486 of file ShowTable.cs.

◆ LOGICAL_EXTERNAL_TABLE

const string kinetica.ShowTableResponse.TableDescriptions.LOGICAL_EXTERNAL_TABLE = "LOGICAL_EXTERNAL_TABLE"

Definition at line 487 of file ShowTable.cs.

◆ LOGICAL_VIEW

const string kinetica.ShowTableResponse.TableDescriptions.LOGICAL_VIEW = "LOGICAL_VIEW"

Definition at line 488 of file ShowTable.cs.

◆ MATERIALIZED_EXTERNAL_TABLE

const string kinetica.ShowTableResponse.TableDescriptions.MATERIALIZED_EXTERNAL_TABLE = "MATERIALIZED_EXTERNAL_TABLE"

Definition at line 489 of file ShowTable.cs.

◆ MATERIALIZED_VIEW

const string kinetica.ShowTableResponse.TableDescriptions.MATERIALIZED_VIEW = "MATERIALIZED_VIEW"

Definition at line 490 of file ShowTable.cs.

◆ MATERIALIZED_VIEW_MEMBER

const string kinetica.ShowTableResponse.TableDescriptions.MATERIALIZED_VIEW_MEMBER = "MATERIALIZED_VIEW_MEMBER"

Definition at line 491 of file ShowTable.cs.

◆ MATERIALIZED_VIEW_UNDER_CONSTRUCTION

const string kinetica.ShowTableResponse.TableDescriptions.MATERIALIZED_VIEW_UNDER_CONSTRUCTION = "MATERIALIZED_VIEW_UNDER_CONSTRUCTION"

Definition at line 492 of file ShowTable.cs.

◆ REPLICATED

const string kinetica.ShowTableResponse.TableDescriptions.REPLICATED = "REPLICATED"

Definition at line 493 of file ShowTable.cs.

◆ RESULT_TABLE

const string kinetica.ShowTableResponse.TableDescriptions.RESULT_TABLE = "RESULT_TABLE"

Definition at line 494 of file ShowTable.cs.

◆ SCHEMA

const string kinetica.ShowTableResponse.TableDescriptions.SCHEMA = "SCHEMA"

Definition at line 495 of file ShowTable.cs.

◆ VIEW

const string kinetica.ShowTableResponse.TableDescriptions.VIEW = "VIEW"

Definition at line 496 of file ShowTable.cs.


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