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.
Implements
Inherited Members
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 |