Class SparkPlanGraph
A graph used for storing information of an executionPlan of DataFrame.
Inheritance
SparkPlanGraph
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class SparkPlanGraph : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Edges
Declaration
[JsonProperty("edges")]
public virtual IList<SparkPlanGraphEdge> Edges { get; set; }
Property Value
ExecutionId
Declaration
[JsonProperty("executionId")]
public virtual long? ExecutionId { get; set; }
Property Value
Nodes
Declaration
[JsonProperty("nodes")]
public virtual IList<SparkPlanGraphNodeWrapper> Nodes { get; set; }
Property Value
Implements