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 indexes.
|
static String |
COLUMN_INFO
JSON-encoded string representing a map of column name to information
including memory usage if if the
get_column_info option is
true . |
static String |
COMPRESSED_COLUMNS
Semicolon-separated list of compressed columns with the corresponding
compression type for each; e.g.:
{first_name,snappy};{last_name,lz4hc}.
|
static String |
FALSE |
static String |
FOREIGN_KEYS
Semicolon-separated list of foreign keys, 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 |
GLOBAL_ACCESS_MODE
Returns the global access mode (i.e.
|
static String |
NO_ACCESS
No read/write operations are allowed on this table.
|
static String |
PROTECTED
Indicates whether the respective table is protected or not.
|
static String |
READ_ONLY
Only read operations are allowed on this table.
|
static String |
READ_WRITE
All read/write operations are allowed on this table.
|
static String |
RECORD_BYTES
The number of in-memory bytes per record which is the sum of the
byte sizes of all columns with property 'data'.
|
static String |
REMAINING_TABLE_TTL
The remaining time-to-live, in minutes, before the respective
table expires (-1 if it will never expire).
|
static String |
TABLE_TTL
The value of the time-to-live setting.
|
static String |
TRUE |
static String |
WRITE_ONLY
Only write operations are allowed on this table.
|
public static final String ALLOW_HOMOGENEOUS_TABLES
public static final String TRUE
public static final String FALSE
public static final String PROTECTED
public static final String RECORD_BYTES
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
public static final String COMPRESSED_COLUMNS
public static final String COLUMN_INFO
get_column_info
option is
true
.public static final String GLOBAL_ACCESS_MODE
NO_ACCESS
: No read/write operations are allowed on this table.
READ_ONLY
: Only read operations are allowed on this table.
WRITE_ONLY
: Only write operations are allowed on this table.
READ_WRITE
: All read/write operations are allowed on this table.
public static final String NO_ACCESS
public static final String READ_ONLY
public static final String WRITE_ONLY
public static final String READ_WRITE
Copyright © 2018. All rights reserved.