public sealed class TableSchema : IMessage<TableSchema>, IEquatable<TableSchema>, IDeepCloneable<TableSchema>, IBufferMessage, IMessage
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.Cloud.BigQuery.Storage.V1` namespace in .NET."],["The `TableSchema` class is a subset of `google.cloud.bigquery.v2.TableSchema` and contains necessary information for generating valid messages for BigQuery."],["The page lists multiple versions of the documentation, ranging from version 2.3.0 to the latest version, 3.17.0, for the `TableSchema`."],["The `TableSchema` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains a property, `Fields`, of type `RepeatedField\u003cTableFieldSchema\u003e`, that describes the fields within a table."]]],[]]