public static final class ShowTableResponse.AdditionalInfo extends Object
tableNames
. Values: .
additionalInfo
.Modifier and Type | Field and Description |
---|---|
static String |
ALLOW_HOMOGENOUS_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 'my_field references
primary_table(primary_key_field)'.
|
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_HOMOGENOUS_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 ATTRIBUTE_INDEXES
Copyright © 2016. All rights reserved.