Class SparkPlanGraphCluster
Represents a tree of spark plan.
Inheritance
SparkPlanGraphCluster
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class SparkPlanGraphCluster : IDirectResponseSchema
Properties
Desc
Declaration
[JsonProperty("desc")]
public virtual string Desc { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Metrics
Declaration
[JsonProperty("metrics")]
public virtual IList<SqlPlanMetric> Metrics { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Nodes
Declaration
[JsonProperty("nodes")]
public virtual IList<SparkPlanGraphNodeWrapper> Nodes { get; set; }
Property Value
SparkPlanGraphClusterId
Declaration
[JsonProperty("sparkPlanGraphClusterId")]
public virtual long? SparkPlanGraphClusterId { get; set; }
Property Value
Implements