Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1DatabaseTableSpec

Specification that applies to a table resource. Valid only for entries with the TABLE type.

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

Properties

DatabaseViewSpec

Spec what applies 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX