Method by which this table was created.The supported values are:
- create_table
- create_projection
- create_union
The JSON representation of request creating this table.The default value is ”.
No longer used. Indicated whether the respective table was protected or not.The supported values are: The number of in-memory bytes per record which is the sum of the byte sizes of all columns with property ‘data’.
The total size in bytes of all data stored in the table.
[DEPRECATED—use schema_name instead] This will now contain the name of the schema for the table. There can only be one schema for a table.
The name of the schema for the table. There can only be one schema for a table.
The value of the time-to-live setting. Not present for schemas. The remaining time-to-live, in minutes, before the respective table expires (-1 if it will never expire). Not present for schemas. The primary key type of the table (if it has a primary key).
- memory: In-memory primary key.
- disk: On-disk primary key.
Semicolon-separated list of foreign keys, of the format ‘source_column references target_table(primary_key_column)’. Not present for schemas.The default value is ”. Foreign shard key description of the format: <fk_foreign_key> references <pk_column_name> from <pk_table_name>(<pk_primary_key>). Not present for schemas.The default value is ”.
Partitioning scheme used for this table.The default value is NONE. Comma-separated list of partition keys.The default value is ”.
Comma-separated list of partition definitions, whose format depends on the partition_type. See partitioning documentation for details.The default value is ”. True if partitions will be created for LIST VALUES which don’t fall into existing partitions.The default value is ”.
Semicolon-separated list of indexes. For column (attribute) indexes, only the indexed column name will be listed. For other index types, the index type will be listed with the colon-delimited indexed column(s) and the comma-delimited index option(s) using the form: <index_type>@<column_list>@<column_options>. Not present for schemas.The default value is ”. JSON-encoded string representing a map of column name to information including memory usage if the get_column_info option is true.The default value is ”.
Returns the global access mode (i.e. lock status) for the table.
- 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.
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.The default value is ”.
True if the view named view_table_name is persisted - reported for each view member. Means method of recreating this member is saved - not the members data.The default value is ”.
True if some input table of the materialized view that affects this member table has been modified since the last refresh.The default value is ”.
For materialized view current refresh_method - one of manual, periodic, on_change.The default value is ”.
For materialized view with periodic refresh_method the initial datetime string that periodic refreshes began.The default value is ”.
Time at which the periodic view refresh stops.The default value is ”.
For materialized view with periodic refresh_method the current refresh period in seconds.The default value is ”.
For materialized view the datetime string indicating the last time the view was refreshed.The default value is ”.
For materialized view with periodic refresh_method a datetime string indicating the next time the view is to be refreshed.The default value is ”.
User-specified number of records per chunk, if provided at table creation time.The default value is ”.
user_chunk_column_max_memory
User-specified target max bytes per column in a chunk, if provided at table creation time.The default value is ”.
User-specified target max bytes for all columns in a chunk, if provided at table creation time.The default value is ”.
Name of the owner resource group.The default value is ”.
Semicolon-separated list of shard keys that were equated in joins (applicable for join tables).The default value is ”.
Semicolon-separated list of datasource names the table has subscribed to.The default value is ”.
Comma-separated list of null modifying column names.The default value is ”.
User that created this table or view.The default value is ”.
Time (UTC) when this table or view was created.The default value is ”.
User that last read this table or view.The default value is ”.
Time (UTC) when this table or view was last read.The default value is ”.
Count of times this table or view was read.The default value is ”.
User that last wrote to this table.The default value is ”.
Time (UTC) when this table was last written.The default value is ”.
Count of times this table was written.The default value is ”.
User that last altered this table or view.The default value is ”.
Time (UTC) when this table or view was last altered.The default value is ”.
Count of times this table or view was altered.The default value is ”.