Class SparkPlanGraphEdge
Represents a directed edge in the spark plan tree from child to parent.
Inheritance
SparkPlanGraphEdge
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class SparkPlanGraphEdge : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
FromId
Declaration
[JsonProperty("fromId")]
public virtual long? FromId { get; set; }
Property Value
ToId
Declaration
[JsonProperty("toId")]
public virtual long? ToId { get; set; }
Property Value
Implements