public sealed class TableDefinition : IMessage<TableDefinition>, IEquatable<TableDefinition>, IDeepCloneable<TableDefinition>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class TableDefinition.
Describes an external data source used in a query.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides reference documentation for the `TableDefinition` class within the BigQuery Audit Data Logging v1 API, specifically version 1.2.0, with links to other versions as well."],["`TableDefinition` is a class that describes an external data source used in a query and inherits from `object`, and it also implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TableDefinition` class includes two constructors, one default and another that accepts another `TableDefinition` instance as a parameter."],["The class contains two main properties: `Name`, which represents the table's name used in queries, and `SourceUris`, which holds Google Cloud Storage URIs for importing data, with the `SourceUris` property being a `RepeatedField` of strings."]]],[]]