Kinetica C# API  Version 6.2.0.1
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">.

Supported values:

A set of string constants for the parameter <member name="table_descriptions">.

Definition at line 527 of file ShowTable.cs.

Member Data Documentation

◆ COLLECTION

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

Definition at line 529 of file ShowTable.cs.

◆ JOIN

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

Definition at line 532 of file ShowTable.cs.

◆ REPLICATED

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

Definition at line 531 of file ShowTable.cs.

◆ RESULT_TABLE

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

Definition at line 533 of file ShowTable.cs.

◆ VIEW

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

Definition at line 530 of file ShowTable.cs.


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