Class GoogleCloudDataplexV1EntityCompatibilityStatusCompatibility
Provides compatibility information for a specific metadata store.
Implements
Inherited Members
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 |