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"]],[["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-09-04 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eTableDefinition\u003c/code\u003e class for the BigQuery Audit Data Logging v1 API is version 1.3.0, with previous versions available dating back to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTableDefinition\u003c/code\u003e is a class that describes an external data source used in a query, inheriting from the object class and implementing several interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two constructors, a default \u003ccode\u003eTableDefinition()\u003c/code\u003e and another \u003ccode\u003eTableDefinition(TableDefinition other)\u003c/code\u003e that takes another \u003ccode\u003eTableDefinition\u003c/code\u003e as parameter.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eTableDefinition\u003c/code\u003e class are \u003ccode\u003eName\u003c/code\u003e, representing the name of the table used in queries, and \u003ccode\u003eSourceUris\u003c/code\u003e, which holds the Google Cloud Storage URIs for data import.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTableDefinition\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.BigQuery.Logging.V1\u003c/code\u003e namespace, found in the \u003ccode\u003eGoogle.Cloud.BigQuery.Logging.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# BigQuery Audit Data Logging v1 API - Class TableDefinition (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.TableDefinition)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/1.2.0/Google.Cloud.BigQuery.Logging.V1.TableDefinition)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/1.1.0/Google.Cloud.BigQuery.Logging.V1.TableDefinition)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/1.0.0/Google.Cloud.BigQuery.Logging.V1.TableDefinition) \n\n public sealed class TableDefinition : IMessage\u003cTableDefinition\u003e, IEquatable\u003cTableDefinition\u003e, IDeepCloneable\u003cTableDefinition\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the BigQuery Audit Data Logging v1 API class TableDefinition.\n\nDescribes an external data source used in a query. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e TableDefinition \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[TableDefinition](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.TableDefinition), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[TableDefinition](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.TableDefinition), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[TableDefinition](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.TableDefinition), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.BigQuery.Logging.V1](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.BigQuery.Logging.V1.dll\n\nConstructors\n------------\n\n### TableDefinition()\n\n public TableDefinition()\n\n### TableDefinition(TableDefinition)\n\n public TableDefinition(TableDefinition other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nName of the table, used in queries.\n\n### SourceUris\n\n public RepeatedField\u003cstring\u003e SourceUris { get; }\n\nGoogle Cloud Storage URIs for the data to be imported."]]