Class SparkPlanGraphNode
Represents a node in the spark plan tree.
Inheritance
SparkPlanGraphNode
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class SparkPlanGraphNode : 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
SparkPlanGraphNodeId
Declaration
[JsonProperty("sparkPlanGraphNodeId")]
public virtual long? SparkPlanGraphNodeId { get; set; }
Property Value
Implements