Kinetica C# API
Version 6.0.1.0
|
Additional information about the respective tables in <member name="table_names">. More...
Public Attributes | |
const string | ALLOW_HOMOGENEOUS_TABLES = "allow_homogeneous_tables" |
Only present if the respective table is a collection. More... | |
const string | FALSE = "false" |
const string | TRUE = "true" |
const string | PROTECTED = "protected" |
Indicates whether the respective table is protected or not. More... | |
const string | TABLE_TTL = "table_ttl" |
The value of TTL setting, in minutes, for the respective table (-1 if it will never expire). More... | |
const string | REMAINING_TABLE_TTL = "remaining_table_ttl" |
The remaining amount of minutes before the respective table expires (-1 if it will never expire). More... | |
const string | FOREIGN_KEYS = "foreign_keys" |
Semicolon-separated list of foreign key constraints, of the format 'source_column references target_table(primary_key_column)'. More... | |
const string | FOREIGN_SHARD_KEY = "foreign_shard_key" |
Foreign shard key description of the format: <fk_foreign_key> references <pk_column_name> from <pk_table_name>(<pk_primary_key>). More... | |
const string | ATTRIBUTE_INDEXES = "attribute_indexes" |
Semicolon-separated list of columns that have attribute indexes. More... | |
Additional information about the respective tables in <member name="table_names">.
Values: .
A set of string constants for the parameter <member name="additional_info">.
Definition at line 213 of file ShowTable.cs.
const string kinetica.ShowTableResponse.AdditionalInfo.ALLOW_HOMOGENEOUS_TABLES = "allow_homogeneous_tables" |
Only present if the respective table is a collection.
The value indicates whether the collection is allowed to contain multiple tables or views of the same type or not. Values: true, false.
Definition at line 221 of file ShowTable.cs.
const string kinetica.ShowTableResponse.AdditionalInfo.ATTRIBUTE_INDEXES = "attribute_indexes" |
Semicolon-separated list of columns that have attribute indexes.
Not present for collections.
Definition at line 256 of file ShowTable.cs.
const string kinetica.ShowTableResponse.AdditionalInfo.FALSE = "false" |
Definition at line 222 of file ShowTable.cs.
const string kinetica.ShowTableResponse.AdditionalInfo.FOREIGN_KEYS = "foreign_keys" |
Semicolon-separated list of foreign key constraints, of the format 'source_column references target_table(primary_key_column)'.
Not present for collections.
Definition at line 246 of file ShowTable.cs.
const string kinetica.ShowTableResponse.AdditionalInfo.FOREIGN_SHARD_KEY = "foreign_shard_key" |
Foreign shard key description of the format: <fk_foreign_key> references <pk_column_name> from <pk_table_name>(<pk_primary_key>).
Not present for collections.
Definition at line 252 of file ShowTable.cs.
const string kinetica.ShowTableResponse.AdditionalInfo.PROTECTED = "protected" |
Indicates whether the respective table is protected or not.
Values: true, false.
Definition at line 228 of file ShowTable.cs.
const string kinetica.ShowTableResponse.AdditionalInfo.REMAINING_TABLE_TTL = "remaining_table_ttl" |
The remaining amount of minutes before the respective table expires (-1 if it will never expire).
This value may be different from the table's TTL setting. Not present for collections.
Definition at line 240 of file ShowTable.cs.
const string kinetica.ShowTableResponse.AdditionalInfo.TABLE_TTL = "table_ttl" |
The value of TTL setting, in minutes, for the respective table (-1 if it will never expire).
This is not the remaining amount of time before the table expires. Not present for collections.
Definition at line 234 of file ShowTable.cs.
const string kinetica.ShowTableResponse.AdditionalInfo.TRUE = "true" |
Definition at line 223 of file ShowTable.cs.