Class GoogleCloudDatacatalogV1Schema
Represents a schema, for example, a BigQuery, GoogleSQL, or Avro schema.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1Schema : IDirectResponseSchema
Properties
Columns
The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
Declaration
[JsonProperty("columns")]
public virtual IList<GoogleCloudDatacatalogV1ColumnSchema> Columns { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDatacatalogV1ColumnSchema> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |