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 latest version of the `TableSchema` for Google BigQuery Storage v1 API is 3.17.0, with multiple previous versions available, ranging from 3.16.0 down to 2.3.0."],["`TableSchema` is a class within the `Google.Cloud.BigQuery.Storage.V1` namespace and it is designed for defining the structure of data in BigQuery tables."],["The `TableSchema` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for data handling."],["The `TableSchema` class can be instantiated using two constructors, a default constructor, and one that takes another `TableSchema` object."],["The class includes a `Fields` property, which is of type `RepeatedField\u003cTableFieldSchema\u003e`, and it is responsible for specifying the individual fields within a table."]]],[]]