Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1BigQueryTableSpec

Describes a BigQuery table.

Inheritance
object
GoogleCloudDatacatalogV1BigQueryTableSpec
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 GoogleCloudDatacatalogV1BigQueryTableSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TableSourceType

Output only. The table source type.

Declaration
[JsonProperty("tableSourceType")]
public virtual string TableSourceType { get; set; }
Property Value
Type Description
string

TableSpec

Specification of a BigQuery table. Populated only if the table_source_type is BIGQUERY_TABLE.

Declaration
[JsonProperty("tableSpec")]
public virtual GoogleCloudDatacatalogV1TableSpec TableSpec { get; set; }
Property Value
Type Description
GoogleCloudDatacatalogV1TableSpec

ViewSpec

Table view specification. Populated only if the table_source_type is BIGQUERY_VIEW.

Declaration
[JsonProperty("viewSpec")]
public virtual GoogleCloudDatacatalogV1ViewSpec ViewSpec { get; set; }
Property Value
Type Description
GoogleCloudDatacatalogV1ViewSpec

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX