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."],[[["The page provides reference documentation for the `TableSchema` class within the Google BigQuery Storage v1 API, specifically for .NET."],["The `TableSchema` class is designed to represent the schema of a table in BigQuery, containing information needed to generate valid messages for writing to BigQuery."],["The page details various versions of the `TableSchema` class, from version 2.3.0 up to the latest, 3.17.0, providing links to each version's documentation."],["The documentation details how `TableSchema` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It lists the constructors, properties, and fields of the `TableSchema` class, such as the `Fields` property, which is a `RepeatedField` of `TableFieldSchema` and describes the fields within a table."]]],[]]