Class TableSchema (2.9.0)

public sealed class TableSchema : IMessage<TableSchema>, IEquatable<TableSchema>, IDeepCloneable<TableSchema>, IBufferMessage, IMessage

Schema of a table.

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
RepeatedField<TableFieldSchema>