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.
Implements
IMessageDataplexExternalTable, IEquatableDataplexExternalTable, IDeepCloneableDataplexExternalTable, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
DataplexExternalTable()
public DataplexExternalTable()
DataplexExternalTable(DataplexExternalTable)
public DataplexExternalTable(DataplexExternalTable other)
Parameter | |
---|---|
Name | Description |
other | DataplexExternalTable |
Properties
DataCatalogEntry
public string DataCatalogEntry { get; set; }
Name of the Data Catalog entry representing the external table.
Property Value | |
---|---|
Type | Description |
string |
FullyQualifiedName
public string FullyQualifiedName { get; set; }
Fully qualified name (FQN) of the external table.
Property Value | |
---|---|
Type | Description |
string |
GoogleCloudResource
public string GoogleCloudResource { get; set; }
Google Cloud resource name of the external table.
Property Value | |
---|---|
Type | Description |
string |
System
public IntegratedSystem System { get; set; }
Service in which the external table is registered.
Property Value | |
---|---|
Type | Description |
IntegratedSystem |