Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.92 KB

TableInfo.md

File metadata and controls

23 lines (20 loc) · 1.92 KB

TableInfo

Properties

Name Type Description Notes
name String Name of table, relative to parent schema. [optional] [default to null]
catalog_name String Name of parent catalog. [optional] [default to null]
schema_name String Name of parent schema relative to its parent catalog. [optional] [default to null]
table_type TableType [optional] [default to null]
data_source_format DataSourceFormat [optional] [default to null]
columns List The array of ColumnInfo definitions of the table's columns. [optional] [default to null]
storage_location String Storage root URL for table (for MANAGED, EXTERNAL tables) [optional] [default to null]
comment String User-provided free-form text description. [optional] [default to null]
properties Map A map of key-value properties attached to the securable. [optional] [default to null]
owner String Username of current owner of table. [optional] [default to null]
created_at Long Time at which this table was created, in epoch milliseconds. [optional] [default to null]
created_by String Username of table creator. [optional] [default to null]
updated_at Long Time at which this table was last modified, in epoch milliseconds. [optional] [default to null]
updated_by String Username of user who last modified the table. [optional] [default to null]
table_id String Unique identifier for the table. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]