| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Name of table, relative to parent schema. | [default to null] |
| catalog_name | String | Name of parent catalog. | [default to null] |
| schema_name | String | Name of parent schema relative to its parent catalog. | [default to null] |
| table_type | TableType | [default to null] | |
| data_source_format | DataSourceFormat | [default to null] | |
| columns | List | The array of ColumnInfo definitions of the table's columns. | [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] |