public static final class ShowTableResponse.AdditionalInfo extends Object
tableNames.
 Supported values:
 additionalInfo.| Modifier and Type | Field and Description | 
|---|---|
| static String | ALTERNATE_SHARD_KEYSSemicolon-separated list of shard keys that were equated in joins
 (applicable for join tables). | 
| static String | ATTRIBUTE_INDEXESSemicolon-separated list of columns that have indexes. | 
| static String | COLLECTION_NAMESThe names of the collections this table is part of. | 
| static String | COLUMN_INFOJSON-encoded string representing a map of column name to information
 including memory usage if if the  get_column_infooption istrue. | 
| static String | COMPRESSED_COLUMNSSemicolon-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_KEYSSemicolon-separated list of foreign keys, of the format 'source_column
 references target_table(primary_key_column)'. | 
| static String | FOREIGN_SHARD_KEYForeign shard key description of the format: 'fk_foreign_key
 references pk_column_name from pk_table_name(pk_primary_key)'. | 
| static String | GLOBAL_ACCESS_MODEReturns the global access mode (i.e. | 
| static String | INTERVALUsing interval partitioning | 
| static String | IS_AUTOMATIC_PARTITIONTrue if partitions will be created for LIST VALUES which don't fall
 into existing partitions. | 
| static String | IS_DIRTYTrue if some input table of the materialized view that affects this
 member table has been modified since the last refresh. | 
| static String | IS_VIEW_PERSISTEDTrue if the view named view_table_name is persisted - reported for
 each view member. | 
| static String | LAST_REFRESH_TIMEFor materialized view the a datatime string indicating the last time
 the view was refreshed. | 
| static String | LISTUsing manual list partitioning | 
| static String | NEXT_REFRESH_TIMEFor materialized view with periodic refresh_method a datetime string
 indicating the next time the view is to be refreshed. | 
| static String | NO_ACCESSNo read/write operations are allowed on this table. | 
| static String | NONEUsing no partitioning | 
| static String | PARTITION_DEFINITIONSComma-separated list of partition definitions, whose format depends
 on the partition_type. | 
| static String | PARTITION_KEYSComma-separated list of partition keys. | 
| static String | PARTITION_TYPEPartitioning scheme used for this table
 Supported values:
 
           RANGE:
 Using range partitioningINTERVAL: Using interval partitioningLIST:
 Using manual list partitioningNONE:
 Using no partitioning
 
 The default value isNONE. | 
| static String | PROTECTEDIndicates whether the respective table is protected or not. | 
| static String | RANGEUsing range partitioning | 
| static String | READ_ONLYOnly read operations are allowed on this table. | 
| static String | READ_WRITEAll read/write operations are allowed on this table. | 
| static String | RECORD_BYTESThe number of in-memory bytes per record which is the sum of the
 byte sizes of all columns with property  'data'. | 
| static String | REFRESH_METHODFor materialized view current refresh_method - one of manual,
 periodic, on_change. | 
| static String | REFRESH_PERIODFor materialized view with periodic refresh_method the current
 refresh period in seconds. | 
| static String | REFRESH_START_TIMEFor materialized view with periodic refresh_method the current
 intial datetime string that periodic refreshes began. | 
| static String | REMAINING_TABLE_TTLThe remaining time-to-live, in minutes, before the respective
 table expires (-1 if it will never expire). | 
| static String | REQUEST_AVRO_JSONThe JSON representation of request creating this table. | 
| static String | REQUEST_AVRO_TYPEMethod by which this table was created. | 
| static String | TABLE_TTLThe value of the time-to-live setting. | 
| static String | TRUE | 
| static String | USER_CHUNK_SIZEUser-specified number of records per chunk, if provided at table
 creation time. | 
| static String | VIEW_TABLE_NAMEFor 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_ONLYOnly 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 COLLECTION_NAMES
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
         NONE:
 Using no partitioning
 NONE.public static final String RANGE
public static final String INTERVAL
public static final String LIST
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_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 ALTERNATE_SHARD_KEYS
Copyright © 2020. All rights reserved.