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 documentation for the `TableSchema` class within the Google BigQuery Storage v1 API, specifically for version 3.15.0 of the .NET library."],["The `TableSchema` class is a schema definition for BigQuery tables, used to generate valid messages for writing to BigQuery, inheriting from the base `object` class and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists available versions of the API, ranging from the latest 3.17.0 down to version 2.3.0, with the current focus on 3.15.0."],["The class features a property called `Fields` which is of type `RepeatedField\u003cTableFieldSchema\u003e` and describes the fields within a table, allowing for manipulation of such."],["The `TableSchema` class includes two constructors: a default constructor and one that accepts another `TableSchema` instance as a parameter, allowing for duplication of schema."]]],[]]