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."],[[["The `TableDataReadEvent` class in the BigQuery Audit Data Logging v1 API represents an event where table data is read, applicable only to tables, not views, and is exclusive to the table-owning project's log record."],["This class inherits from `Object` and implements `IMessage\u003cTableDataReadEvent\u003e`, `IEquatable\u003cTableDataReadEvent\u003e`, `IDeepCloneable\u003cTableDataReadEvent\u003e`, `IBufferMessage`, and `IMessage`."],["The `TableDataReadEvent` class has two constructors: a default constructor `TableDataReadEvent()` and a copy constructor `TableDataReadEvent(TableDataReadEvent other)` that takes another `TableDataReadEvent` as a parameter."],["It includes two primary properties: `ReferencedFields`, a list of referenced fields (which requires enabling through BigQuery support), and `TableName`, which is the name of the accessed table."],["The documentation covers versions 1.0.0 to 1.3.0, with 1.3.0 being the latest release for this class."]]],[]]