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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This document provides reference documentation for the `DataplexExternalTable` class within the Google Cloud Data Catalog v1 API, specifically for the .NET environment, with the latest version being 2.14.0."],["`DataplexExternalTable` represents an external table registered by Dataplex, which publishes data into other systems like BigQuery and DPMS, and it includes pointers to these tables within the Data Catalog."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the `object` class, providing standard object methods."],["The `DataplexExternalTable` class offers constructors and properties, including `DataCatalogEntry`, `FullyQualifiedName`, `GoogleCloudResource`, and `System`, to manage and describe the external table's attributes and location."],["Multiple previous versions are documented within the page, ranging from version 1.2.0 all the way up to 2.14.0, offering documentation for each one."]]],[]]