Class GoogleCloudDatacatalogV1DatabaseTableSpec
Specification that applies to a table resource. Valid only for entries with the TABLE
type.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1DatabaseTableSpec : IDirectResponseSchema
Properties
DatabaseViewSpec
Spec what aplies to tables that are actually views. Not set for "real" tables.
Declaration
[JsonProperty("databaseViewSpec")]
public virtual GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec DatabaseViewSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec |
DataplexTable
Output only. Fields specific to a Dataplex table and present only in the Dataplex table entries.
Declaration
[JsonProperty("dataplexTable")]
public virtual GoogleCloudDatacatalogV1DataplexTableSpec DataplexTable { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatacatalogV1DataplexTableSpec |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Type of this table.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |