Class GoogleCloudDatacatalogV1BigQueryTableSpec
Describes a BigQuery table.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.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 |