Google Cloud Asset Inventory v1 API - Class TableSchema (3.10.0)

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

Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class TableSchema.

BigQuery Compatible table schema.

Inheritance

object > TableSchema

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.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