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 details the `TableViewDefinition` class within the `Google.Cloud.Audit` namespace, part of the Google Cloud Audit library, which is used for defining the properties of a table view."],["The `TableViewDefinition` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to manage data in different types of operations."],["This class provides two constructors, a default constructor `TableViewDefinition()` and another `TableViewDefinition(BigQueryAuditMetadata.Types.TableViewDefinition other)` to create a new view definition from an existing one."],["The class offers two key properties: `Query`, which holds the SQL query defining the view (truncated if over 40K characters), and `QueryTruncated`, a boolean indicating if the query was truncated."],["The latest version available is 2.5.0, with multiple previous versions also listed, showing the history of updates to the `TableViewDefinition` structure in the Google Cloud Audit library."]]],[]]