Kinetica C# API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.ShowTableResponse.TableDescriptions Struct Reference

List of descriptions for the respective tables in <member name="table_names">. More...

Public Attributes

const string COLLECTION = "COLLECTION"
 
const string VIEW = "VIEW"
 
const string REPLICATED = "REPLICATED"
 
const string JOIN = "JOIN"
 
const string RESULT_TABLE = "RESULT_TABLE"
 

Detailed Description

List of descriptions for the respective tables in <member name="table_names">.

Values: COLLECTION, VIEW, REPLICATED, JOIN, RESULT_TABLE.
A set of string constants for the parameter <member name="table_descriptions">.

Definition at line 198 of file ShowTable.cs.

Member Data Documentation

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

Definition at line 200 of file ShowTable.cs.

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

Definition at line 203 of file ShowTable.cs.

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

Definition at line 202 of file ShowTable.cs.

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

Definition at line 204 of file ShowTable.cs.

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

Definition at line 201 of file ShowTable.cs.


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