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 reference documentation for the `TableSchema` class within the Google BigQuery Storage v1 API for .NET."],["The `TableSchema` class, a subset of `google.cloud.bigquery.v2.TableSchema`, is used to define the schema of a table for writing to BigQuery, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The current page highlights version 3.12.0 of the API, while also providing links to numerous previous versions of the API, with the latest version being 3.17.0."],["The `TableSchema` class includes a `Fields` property of the `RepeatedField\u003cTableFieldSchema\u003e` type, which describes the fields contained within a given table."],["The page details the constructors for instantiating `TableSchema` objects, including a parameterless constructor and a constructor that takes another `TableSchema` instance as input."]]],[]]