public sealed class TableDataReadEvent : IMessage<TableDataReadEvent>, IEquatable<TableDataReadEvent>, IDeepCloneable<TableDataReadEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class TableDataReadEvent.
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.
public RepeatedField<string> ReferencedFields { get; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `TableDataReadEvent` class within the BigQuery Audit Data Logging v1 API."],["`TableDataReadEvent` is a class representing a table data read event and is specific to tables, not views, and is included in the log record of the table's owner."],["The `TableDataReadEvent` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has two constructors: a default constructor and one that takes another `TableDataReadEvent` object as a parameter, and has two properties: `ReferencedFields`, a list of referenced fields, and `TableName`, the name of the accessed table."],["There are different versions of the documentation available, including version 1.3.0 (latest), 1.2.0, 1.1.0, and 1.0.0."]]],[]]