Class GoogleCloudDatacatalogV1DataplexTableSpec
Entry specification for a Dataplex table.
Implements
Inherited Members
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? |