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 |
COLLECTION_NAMES
The names of the collections this table is part of.
|
static String |
COLUMN_INFO
JSON-encoded string representing a map of column name to information
including memory usage 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 |
CREATE_PROJECTION |
static String |
CREATE_TABLE |
static String |
CREATE_UNION |
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 |
IS_DIRTY
If this entity is a member of a materialized view, whether some
input table of the materialized view that affects this member table
has been modified since the last refresh.
|
static String |
IS_VIEW_PERSISTED
If this entity is a member of a materialized view, whether that view
is persisted.
|
static String |
LAST_REFRESH_TIME
If this entity is a member of a materialized view, the last
date/time that view was refreshed.
|
static String |
MANUAL |
static String |
MEMORY_TTL
The value of the time-to-live in minutes for unqueried column data
to stay in memory.
|
static String |
NEXT_REFRESH_TIME
If this entity is a member of a materialized view with a periodic
refresh method, the next date/time that view is to be refreshed.
|
static String |
NO_ACCESS
No read/write operations are allowed on this table.
|
static String |
ON_CHANGE |
static String |
PERIODIC |
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 |
REFRESH_METHOD
If this entity is a member of a materialized view, the current
refresh method of that view.
|
static String |
REFRESH_PERIOD
If this entity is a member of a materialized view with a periodic
refresh method, the current refresh period of that view in seconds.
|
static String |
REFRESH_START_TIME
If this entity is a member of a materialized view with a periodic
refresh method, the current initial date/time that the view's
periodic refreshes began
|
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 |
REQUEST_AVRO_JSON
The JSON representation of request creating this table.
|
static String |
REQUEST_AVRO_TYPE
Method by which this table was created.
|
static String |
TABLE_TTL
The value of the time-to-live setting.
|
static String |
TRUE |
static String |
VIEW_TABLE_NAME
If this entity is a member of a materialized view, the name of that
view.
|
static String |
WRITE_ONLY
Only write operations are allowed on this table.
|
public static final String REQUEST_AVRO_TYPE
public static final String CREATE_TABLE
public static final String CREATE_PROJECTION
public static final String CREATE_UNION
public static final String REQUEST_AVRO_JSON
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 COLLECTION_NAMES
public static final String TABLE_TTL
public static final String REMAINING_TABLE_TTL
public static final String MEMORY_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
public static final String VIEW_TABLE_NAME
public static final String IS_VIEW_PERSISTED
public static final String IS_DIRTY
public static final String REFRESH_METHOD
public static final String MANUAL
public static final String PERIODIC
public static final String ON_CHANGE
public static final String REFRESH_START_TIME
public static final String REFRESH_PERIOD
public static final String LAST_REFRESH_TIME
public static final String NEXT_REFRESH_TIME
Copyright © 2019. All rights reserved.