Class GoogleCloudDatacatalogV1beta1BigQueryTableSpec
Describes a BigQuery table.
Implements
Inherited Members
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 |