Class TableSchema (2.13.1)

TableSchema(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Schema of a table.

Attribute

NameDescription
fields Sequence[google.cloud.bigquery_storage_v1.types.TableFieldSchema]
Describes the fields in a table.

Inheritance

builtins.object > proto.message.Message > TableSchema