Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1DataplexExternalTable

External table registered by Dataplex. Dataplex publishes data discovered from an asset into multiple other systems (BigQuery, DPMS) in form of tables. We call them "external tables". External tables are also synced into the Data Catalog. This message contains pointers to those external tables (fully qualified name, resource name et cetera) within the Data Catalog.

Inheritance
object
GoogleCloudDatacatalogV1DataplexExternalTable
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.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1DataplexExternalTable : IDirectResponseSchema

Properties

DataCatalogEntry

Name of the Data Catalog entry representing the external table.

Declaration
[JsonProperty("dataCatalogEntry")]
public virtual string DataCatalogEntry { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FullyQualifiedName

Fully qualified name (FQN) of the external table.

Declaration
[JsonProperty("fullyQualifiedName")]
public virtual string FullyQualifiedName { get; set; }
Property Value
Type Description
string

GoogleCloudResource

Google Cloud resource name of the external table.

Declaration
[JsonProperty("googleCloudResource")]
public virtual string GoogleCloudResource { get; set; }
Property Value
Type Description
string

System

Service in which the external table is registered.

Declaration
[JsonProperty("system")]
public virtual string System { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX