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."],[[["This document provides reference information for the `TableViewDefinition` class within the BigQuery Audit Data Logging v1 API."],["`TableViewDefinition` represents a virtual table, defined by a SQL query, within the Google Cloud BigQuery environment."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities like message handling, equality comparison, deep cloning, and buffer manipulation."],["The `TableViewDefinition` class offers two constructors, a default one, and one that receives an instance of the same class as a parameter."],["The `TableViewDefinition` class has a `Query` property of type string, that contains the SQL that will be used to define the view."]]],[]]