Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1DataplexTableSpec

Entry specification for a Dataplex table.

Inheritance
object
GoogleCloudDatacatalogV1DataplexTableSpec
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 GoogleCloudDatacatalogV1DataplexTableSpec : IDirectResponseSchema

Properties

DataplexSpec

Common Dataplex fields.

Declaration
[JsonProperty("dataplexSpec")]
public virtual GoogleCloudDatacatalogV1DataplexSpec DataplexSpec { get; set; }
Property Value
Type Description
GoogleCloudDatacatalogV1DataplexSpec

ETag

The ETag of the item.

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

ExternalTables

List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.

Declaration
[JsonProperty("externalTables")]
public virtual IList<GoogleCloudDatacatalogV1DataplexExternalTable> ExternalTables { get; set; }
Property Value
Type Description
IList<GoogleCloudDatacatalogV1DataplexExternalTable>

UserManaged

Indicates if the table schema is managed by the user or not.

Declaration
[JsonProperty("userManaged")]
public virtual bool? UserManaged { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX