public sealed class TableSchema : IMessage<TableSchema>, IEquatable<TableSchema>, IDeepCloneable<TableSchema>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class TableSchema.
Schema of a table. This schema is a subset of
google.cloud.bigquery.v2.TableSchema containing information necessary to
generate valid message to write to BigQuery.
[[["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."],[[["This webpage provides documentation for the `TableSchema` class within the Google BigQuery Storage v1 API for .NET, offering a range of versions from 2.3.0 to 3.17.0, the latest version being 3.17.0."],["The `TableSchema` class represents a schema of a table, which is a necessary subset of information to generate valid messages for writing to BigQuery, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TableSchema` class includes two constructors, a default constructor `TableSchema()` and a constructor that accepts another `TableSchema` instance for copying, `TableSchema(TableSchema other)`."],["A key property of the `TableSchema` class is `Fields`, which is of type `RepeatedField\u003cTableFieldSchema\u003e` and is used to describe the fields contained in a given table."],["The documentation is part of the `Google.Cloud.BigQuery.Storage.V1` namespace, and the related assembly file is `Google.Cloud.BigQuery.Storage.V1.dll`."]]],[]]