dtkt.catalog.v1beta2table.proto

Table

Message

Represents a table within a table.

FieldTypeNumberDescription
namestring1

Table resource name, format: catalogs/{catalog}/schemas/{schema}/tables/{table}.

table_idstring2

Table identifier.

descriptionstring3

Description of the table.

fields
Field[]
34

List of fields defined by the table.

stats
TableStats
5

Statistics about the table (e.g., row count), if any.

metadatamap<string, string>10

Additional metadata, if any.