Show / Hide Table of Contents

Class GoogleCloudDataplexV1EntityCompatibilityStatus

Provides compatibility information for various metadata stores.

Inheritance
object
GoogleCloudDataplexV1EntityCompatibilityStatus
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.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1EntityCompatibilityStatus : IDirectResponseSchema

Properties

Bigquery

Output only. Whether this entity is compatible with BigQuery.

Declaration
[JsonProperty("bigquery")]
public virtual GoogleCloudDataplexV1EntityCompatibilityStatusCompatibility Bigquery { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1EntityCompatibilityStatusCompatibility

ETag

The ETag of the item.

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

HiveMetastore

Output only. Whether this entity is compatible with Hive Metastore.

Declaration
[JsonProperty("hiveMetastore")]
public virtual GoogleCloudDataplexV1EntityCompatibilityStatusCompatibility HiveMetastore { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1EntityCompatibilityStatusCompatibility

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX