public sealed class TableDefinition : IMessage<BigQueryAuditMetadata.Types.TableDefinition>, IEquatable<BigQueryAuditMetadata.Types.TableDefinition>, IDeepCloneable<BigQueryAuditMetadata.Types.TableDefinition>, IBufferMessage, IMessage
Definition of an external data source used in a query.
[[["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."],[[["The `TableDefinition` class defines an external data source used in a query within the `Google.Cloud.Audit` namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring broad compatibility and functionality."],["The latest version available is 2.5.0 with versions going as low as 1.0.0, with each representing a different revision of this class."],["`TableDefinition` includes properties such as `Name`, representing the name of the table, and `SourceUris`, which stores URIs to the data sources."]]],[]]