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 documentation for the `TableViewDefinition` class within the BigQuery Audit Data Logging v1 API."],["`TableViewDefinition` is a sealed class that describes a virtual table defined by a SQL query."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is found in the `Google.Cloud.BigQuery.Logging.V1` namespace and is part of the `Google.Cloud.BigQuery.Logging.V1.dll` assembly, with multiple versions available."],["The class has a `Query` property of type `string`, which represents the SQL query used to define the view."]]],[]]