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"]],[["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-04-09 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."]]],[]]