Class TableSchema (2.16.1)

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

Schema of a table. This schema is a subset of google.cloud.bigquery.v2.TableSchema containing information necessary to generate valid message to write to BigQuery.

Attribute

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

Inheritance

builtins.object > proto.message.Message > TableSchema