Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1Schema

Represents a schema, for example, a BigQuery, GoogleSQL, or Avro schema.

Inheritance
object
GoogleCloudDatacatalogV1Schema
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataCatalog.v1beta1.Data
Assembly: Google.Apis.DataCatalog.v1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX