dtkt.catalog.v1beta1messages.protoTable
MessageRepresents a table within a schema.
| Field | Type | Number | Description |
|---|---|---|---|
| schema | Schema dtkt.catalog.v1beta1.Schema | 1 | Reference to the schema containing the table. |
| name | string | 2 | Name of the table. |
| description | string | 3 | Description of the table. |
| fields | Field[] dtkt.shared.v1beta1.Field[] | 4 | List of fields contained by the table. |
| stats | TableStats dtkt.catalog.v1beta1.TableStats | 5 | Statistics about the table (e.g., row count), if any. |
| metadata | Struct google.protobuf.Struct | 6 | Additional metadata, if any. |