Kinetica C# API
Version 7.0.19.0
|
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" |
const string | MATERIALIZED_VIEW = "MATERIALIZED_VIEW" |
const string | MATERIALIZED_VIEW_MEMBER = "MATERIALIZED_VIEW_MEMBER" |
const string | MATERIALIZED_VIEW_UNDER_CONSTRUCTION = "MATERIALIZED_VIEW_UNDER_CONSTRUCTION" |
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 541 of file ShowTable.cs.
const string kinetica.ShowTableResponse.TableDescriptions.COLLECTION = "COLLECTION" |
Definition at line 543 of file ShowTable.cs.
const string kinetica.ShowTableResponse.TableDescriptions.JOIN = "JOIN" |
Definition at line 546 of file ShowTable.cs.
const string kinetica.ShowTableResponse.TableDescriptions.MATERIALIZED_VIEW = "MATERIALIZED_VIEW" |
Definition at line 548 of file ShowTable.cs.
const string kinetica.ShowTableResponse.TableDescriptions.MATERIALIZED_VIEW_MEMBER = "MATERIALIZED_VIEW_MEMBER" |
Definition at line 549 of file ShowTable.cs.
const string kinetica.ShowTableResponse.TableDescriptions.MATERIALIZED_VIEW_UNDER_CONSTRUCTION = "MATERIALIZED_VIEW_UNDER_CONSTRUCTION" |
Definition at line 550 of file ShowTable.cs.
const string kinetica.ShowTableResponse.TableDescriptions.REPLICATED = "REPLICATED" |
Definition at line 545 of file ShowTable.cs.
const string kinetica.ShowTableResponse.TableDescriptions.RESULT_TABLE = "RESULT_TABLE" |
Definition at line 547 of file ShowTable.cs.
const string kinetica.ShowTableResponse.TableDescriptions.VIEW = "VIEW" |
Definition at line 544 of file ShowTable.cs.