Show / Hide Table of Contents

Class GoogleCloudDataplexV1EntityCompatibilityStatusCompatibility

Provides compatibility information for a specific metadata store.

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

Properties

Compatible

Output only. Whether the entity is compatible and can be represented in the metadata store.

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

ETag

The ETag of the item.

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

Reason

Output only. Provides additional detail if the entity is incompatible with the metadata store.

Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX