dtkt.catalog.v1beta2table.protoTable
MessageRepresents a table within a table.
| Field | Type | Number | Description |
|---|---|---|---|
| name | string | 1 | Table resource name, format: |
| table_id | string | 2 | Table identifier. |
| description | string | 3 | Description of the table. |
| fields | Field[] dtkt.catalog.v1beta2.Field[] | 34 | List of fields defined by the table. |
| stats | TableStats dtkt.catalog.v1beta2.TableStats | 5 | Statistics about the table (e.g., row count), if any. |
| metadata | map<string, string> | 10 | Additional metadata, if any. |