Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1beta1BigQueryTableSpec

Describes a BigQuery table.

Inheritance
object
GoogleCloudDatacatalogV1beta1BigQueryTableSpec
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 GoogleCloudDatacatalogV1beta1BigQueryTableSpec : 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

Spec of a BigQuery table. This field should only be populated if table_source_type is BIGQUERY_TABLE.

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

ViewSpec

Table view specification. This field should only be populated if table_source_type is BIGQUERY_VIEW.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX