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."],[[["The `TableSchema` class in the `Google.Cloud.BigQuery.Storage.V1` namespace represents the schema of a BigQuery table, providing essential information for generating valid messages to write to BigQuery."],["This documentation covers versions of the `TableSchema` class ranging from 2.3.0 up to the latest version of 3.17.0, including version 3.2.0."],["The `TableSchema` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for message handling, equality comparison, deep cloning, and buffer message operations respectively."],["It contains a `Fields` property of type `RepeatedField\u003cTableFieldSchema\u003e` that details the individual fields within a table."],["The class has two constructors: a default constructor, `TableSchema()`, and another constructor `TableSchema(TableSchema other)` that allows for creating an instance by copying from an existing `TableSchema` object."]]],[]]