Show / Hide Table of Contents

Class ExecutionPlan

Represents the migration plan for a specific resource (e.g. Database, Table).

Inheritance
object
ExecutionPlan
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX