public static final class ShowTableResponse.AdditionalInfo extends Object
tableNames
.
Supported values:
additionalInfo
.Modifier and Type | Field and Description | ||||
---|---|---|---|---|---|
static String |
ALTERNATE_SHARD_KEYS
Semicolon-separated list of shard keys that were equated in joins
(applicable for join tables).
|
||||
static String |
ATTRIBUTE_INDEXES
Semicolon-separated list of indexes.
|
||||
static String |
COLLECTION_NAMES
[DEPRECATED--use schema_name instead] This will now contain the
name of the schema for the table.
|
||||
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
No longer supported.
|
||||
static String |
CREATE_PROJECTION |
||||
static String |
CREATE_TABLE |
||||
static String |
CREATE_UNION |
||||
static String |
DATASOURCE_SUBSCRIPTIONS
Semicolon-separated list of datasource names the table has
subscribed to.
|
||||
static String |
FALSE |
||||
static String |
FOREIGN_KEYS
Semicolon-separated list of
static String FOREIGN_SHARD_KEY
Foreign shard key description of the format:
| ||||
static String |
GLOBAL_ACCESS_MODE
Returns the global access mode (i.e. lock status) for the table.
|
||||
static String |
HASH
Using
static String INTERVAL
Using
static String IS_AUTOMATIC_PARTITION
True if partitions will be created for LIST VALUES which don't fall
into existing partitions.
| ||||
static String |
IS_DIRTY
True if some input table of the materialized view that affects this
member table has been modified since the last refresh.
|
||||
static String |
IS_VIEW_PERSISTED
True if the view named view_table_name is persisted - reported for
each view member.
|
||||
static String |
LAST_REFRESH_TIME
For materialized view the a datatime string indicating the last time
the view was refreshed.
|
||||
static String |
LIST
Using
static String NEXT_REFRESH_TIME
For materialized view with periodic refresh_method a datetime string
indicating the next time the view is to be refreshed.
| ||||
static String |
NO_ACCESS
No read/write operations are allowed on this table.
|
||||
static String |
NONE
Using no partitioning
|
||||
static String |
OWNER_RESOURCE_GROUP
Name of the owner resource group.
|
||||
static String |
PARTITION_DEFINITIONS
Comma-separated list of partition definitions, whose format depends
on the partition_type.
|
||||
static String |
PARTITION_KEYS
Comma-separated list of partition keys.
|
||||
static String |
PARTITION_TYPE
| ||||
static String |
RANGE
| ||||
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
For materialized view current refresh_method - one of manual,
periodic, on_change.
|
||||
static String |
REFRESH_PERIOD
For materialized view with periodic refresh_method the current
refresh period in seconds.
|
||||
static String |
REFRESH_START_TIME
For materialized view with periodic refresh_method the current
intial datetime string that periodic refreshes began.
|
||||
static String |
REFRESH_STOP_TIME
Time at which the periodic view refresh stops.
|
||||
static String |
REMAINING_TABLE_TTL
The remaining
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 |
SCHEMA_NAME
The name of the schema for the table.
|
||||
static String |
SERIES
| ||||
static String |
TRUE |
||||
static String |
USER_CHUNK_SIZE
User-specified number of records per chunk, if provided at table
creation time.
|
||||
static String |
VIEW_TABLE_NAME
For materialized view the name of the view this member table is part
of - if same as the table_name then this is the root of the 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 PROTECTED
public static final String TRUE
public static final String FALSE
public static final String RECORD_BYTES
public static final String TOTAL_BYTES
public static final String COLLECTION_NAMES
public static final String SCHEMA_NAME
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 PARTITION_TYPE
RANGE
:
Using range partitioning
INTERVAL
: Using interval partitioning
LIST
:
Using manual list partitioning
HASH
:
Using hash partitioning.
SERIES
:
Using series partitioning.
NONE
:
Using no partitioning
NONE
.public static final String RANGE
public static final String INTERVAL
public static final String LIST
public static final String HASH
public static final String SERIES
public static final String NONE
public static final String PARTITION_KEYS
public static final String PARTITION_DEFINITIONS
public static final String IS_AUTOMATIC_PARTITION
public static final String ATTRIBUTE_INDEXES
public static final String COMPRESSED_COLUMNS
public static final String COLUMN_INFO
get_column_info
option is
true
. The default value is ''.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 REFRESH_START_TIME
public static final String REFRESH_STOP_TIME
public static final String REFRESH_PERIOD
public static final String LAST_REFRESH_TIME
public static final String NEXT_REFRESH_TIME
public static final String USER_CHUNK_SIZE
public static final String OWNER_RESOURCE_GROUP
public static final String ALTERNATE_SHARD_KEYS
public static final String DATASOURCE_SUBSCRIPTIONS
Copyright © 2024. All rights reserved.