Class GoogleCloudDatacatalogV1beta1Schema
Represents a schema (e.g. BigQuery, GoogleSQL, Avro schema).
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1beta1.Data
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class GoogleCloudDatacatalogV1beta1Schema : IDirectResponseSchema
Properties
Columns
Required. Schema of columns. A maximum of 10,000 columns and sub-columns can be specified.
Declaration
[JsonProperty("columns")]
public virtual IList<GoogleCloudDatacatalogV1beta1ColumnSchema> Columns { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDatacatalogV1beta1ColumnSchema> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |