public sealed class TableDefinition : IMessage<BigQueryAuditMetadata.Types.TableDefinition>, IEquatable<BigQueryAuditMetadata.Types.TableDefinition>, IDeepCloneable<BigQueryAuditMetadata.Types.TableDefinition>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.TableDefinition.
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-06-05 UTC."],[[["This webpage provides reference documentation for the `BigQueryAuditMetadata.Types.TableDefinition` class within the Google Cloud Audit API, specifically version 2.1.0."],["The `TableDefinition` class represents the definition of an external data source used in a query and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and offers two constructors, `TableDefinition()` and `TableDefinition(BigQueryAuditMetadata.Types.TableDefinition)`, for creating new instances."],["The `TableDefinition` class has two properties: `Name`, a string representing the table name used in queries, and `SourceUris`, a `RepeatedField` of strings for the URIs of the data."],["The latest version of the API that is included in this document is 2.5.0."]]],[]]