Data Catalog v1 API - Class DataplexExternalTable (2.11.0)

public sealed class DataplexExternalTable : IMessage<DataplexExternalTable>, IEquatable<DataplexExternalTable>, IDeepCloneable<DataplexExternalTable>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Catalog v1 API class DataplexExternalTable.

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 > DataplexExternalTable

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

DataplexExternalTable()

public DataplexExternalTable()

DataplexExternalTable(DataplexExternalTable)

public DataplexExternalTable(DataplexExternalTable other)
Parameter
NameDescription
otherDataplexExternalTable

Properties

DataCatalogEntry

public string DataCatalogEntry { get; set; }

Name of the Data Catalog entry representing the external table.

Property Value
TypeDescription
string

FullyQualifiedName

public string FullyQualifiedName { get; set; }

Fully qualified name (FQN) of the external table.

Property Value
TypeDescription
string

GoogleCloudResource

public string GoogleCloudResource { get; set; }

Google Cloud resource name of the external table.

Property Value
TypeDescription
string

System

public IntegratedSystem System { get; set; }

Service in which the external table is registered.

Property Value
TypeDescription
IntegratedSystem