Class TableDataReadEvent (1.0.4)

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

Table data read event. Only present for tables, not views, and is only included in the log record for the project that owns the table.

Attributes

NameDescription
table_name google.cloud.bigquery_logging_v1.types.TableName
Name of the accessed table.
referenced_fields Sequence[str]
A list of referenced fields. This information is not included by default. To enable this in the logs, please contact BigQuery support or open a bug in the BigQuery issue tracker.

Inheritance

builtins.object > proto.message.Message > TableDataReadEvent