public sealed class TableSchema : IMessage<TableSchema>, IEquatable<TableSchema>, IDeepCloneable<TableSchema>, IBufferMessage, IMessageReference 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.
Implements
IMessageTableSchema, IEquatableTableSchema, IDeepCloneableTableSchema, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Storage.V1Assembly
Google.Cloud.BigQuery.Storage.V1.dll
Constructors
TableSchema()
public TableSchema()TableSchema(TableSchema)
public TableSchema(TableSchema other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        TableSchema | 
      
Properties
Fields
public RepeatedField<TableFieldSchema> Fields { get; }Describes the fields in a table.
| Property Value | |
|---|---|
| Type | Description | 
RepeatedFieldTableFieldSchema | 
        |