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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `TableDataReadEvent` class within the BigQuery Audit Data Logging v1 API, specifically version 1.2.0."],["`TableDataReadEvent` represents an event where table data is read, and it's only logged for the project that owns the table, excluding views."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["Key properties of `TableDataReadEvent` include `ReferencedFields`, a list of fields accessed (which needs to be enabled via BigQuery support), and `TableName`, which indicates the accessed table's name."],["The document provides links to navigate between different versions of the documentation, including the latest version 1.3.0, as well as older versions 1.1.0, and 1.0.0."]]],[]]