public sealed class TableViewDefinition : IMessage<TableViewDefinition>, IEquatable<TableViewDefinition>, IDeepCloneable<TableViewDefinition>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class TableViewDefinition.
[[["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 `TableViewDefinition` class in the BigQuery Audit Data Logging v1 API represents a virtual table based on a SQL query."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer management."],["The class provides a property named `Query` of type string, which is used to set or retrieve the underlying SQL query that defines the view."],["There are four documented versions of this, the most recent being version 1.3.0, and the earliest being version 1.0.0."]]],[]]