public sealed class TableViewDefinition : IMessage<BigQueryAuditMetadata.Types.TableViewDefinition>, IEquatable<BigQueryAuditMetadata.Types.TableViewDefinition>, IDeepCloneable<BigQueryAuditMetadata.Types.TableViewDefinition>, IBufferMessage, IMessage
[[["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 webpage provides documentation for the `TableViewDefinition` class within the `Google.Cloud.Audit` namespace, specifically version 2.0.0 of the library."],["`TableViewDefinition` represents a view definition, inheriting from `Object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that takes another `TableViewDefinition` object as a parameter."],["It has two properties, `Query`, which holds the SQL query for the view (truncated if longer than 40K characters), and `QueryTruncated`, a boolean indicating if truncation occurred."],["The documentation provided includes the versions of the google cloud audit, beginning with the latest 2.5.0 version, and going down to 1.0.0, that contain the `TableViewDefinition`."]]],[]]