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 documentation covers the `TableDefinition` class, which is part of the Google BigQuery Audit Data Logging v1 API, specifically within version 1.1.0."],["The `TableDefinition` class, a sealed class, is used to describe an external data source used in a query and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors, `TableDefinition()` and `TableDefinition(TableDefinition other)`, for creating new instances."],["Key properties of `TableDefinition` include `Name`, which represents the name of the table for use in queries, and `SourceUris`, which holds the Google Cloud Storage URIs for data import, both having specific types."],["The documentation includes links to various versions of the API, with 1.3.0 being the latest, and references the inheritance hierarchy, listing inherited members from the base `object` class."]]],[]]