public static final class ShowTableResponse.AdditionalInfo extends Object
tableNames
.
Supported values:
additionalInfo
.Modifier and Type | Field and Description |
---|---|
static String |
ALLOW_HOMOGENEOUS_TABLES
Only present if the respective table is a collection.
|
static String |
ATTRIBUTE_INDEXES
Semicolon-separated list of columns that have attribute indexes.
|
static String |
FALSE |
static String |
FOREIGN_KEYS
Semicolon-separated list of foreign key constraints, of the format
'source_column references target_table(primary_key_column)'.
|
static String |
FOREIGN_SHARD_KEY
Foreign shard key description of the format:
|
static String |
PROTECTED
Indicates whether the respective table is protected or not.
|
static String |
REMAINING_TABLE_TTL
The remaining amount of minutes before the respective table expires
(-1 if it will never expire).
|
static String |
TABLE_TTL
The value of TTL setting, in minutes, for the respective table (-1
if it will never expire).
|
static String |
TRUE |
public static final String ALLOW_HOMOGENEOUS_TABLES
public static final String FALSE
public static final String TRUE
public static final String PROTECTED
public static final String TABLE_TTL
public static final String REMAINING_TABLE_TTL
public static final String FOREIGN_KEYS
public static final String FOREIGN_SHARD_KEY
public static final String ATTRIBUTE_INDEXES
Copyright © 2017. All rights reserved.