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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eTableSchema\u003c/code\u003e class in the \u003ccode\u003eGoogle.Cloud.BigQuery.Storage.V1\u003c/code\u003e namespace represents the schema of a BigQuery table, providing essential information for generating valid messages to write to BigQuery.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation covers versions of the \u003ccode\u003eTableSchema\u003c/code\u003e class ranging from 2.3.0 up to the latest version of 3.17.0, including version 3.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTableSchema\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, for message handling, equality comparison, deep cloning, and buffer message operations respectively.\u003c/p\u003e\n"],["\u003cp\u003eIt contains a \u003ccode\u003eFields\u003c/code\u003e property of type \u003ccode\u003eRepeatedField<TableFieldSchema>\u003c/code\u003e that details the individual fields within a table.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default constructor, \u003ccode\u003eTableSchema()\u003c/code\u003e, and another constructor \u003ccode\u003eTableSchema(TableSchema other)\u003c/code\u003e that allows for creating an instance by copying from an existing \u003ccode\u003eTableSchema\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]