Class ExecutionPlan
Represents the migration plan for a specific resource (e.g. Database, Table).
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v1alpha.Data
Assembly: Google.Apis.DataprocMetastore.v1alpha.dll
Syntax
public class ExecutionPlan : IDirectResponseSchema
Properties
Action
The action that will be taken for a resource during migration.
Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Diffs
A map of field names to their respective value diff.
Declaration
[JsonProperty("diffs")]
public virtual IDictionary<string, ValueDiff> Diffs { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, ValueDiff> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Reason
A human-readable string explaining why the action was chosen.
Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |