Google BigQuery Storage v1 API - Class TableSchema (3.14.0)

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.

Inheritance

object > TableSchema

Namespace

Google.Cloud.BigQuery.Storage.V1

Assembly

Google.Cloud.BigQuery.Storage.V1.dll

Constructors

TableSchema()

public TableSchema()

TableSchema(TableSchema)

public TableSchema(TableSchema other)
Parameter
NameDescription
otherTableSchema

Properties

Fields

public RepeatedField<TableFieldSchema> Fields { get; }

Describes the fields in a table.

Property Value
TypeDescription
RepeatedFieldTableFieldSchema