JobStatisticsVertexStage.TotalExecutionTime Property

Definition

Gets the sum of the total execution time of all the vertices in the stage.

[Newtonsoft.Json.JsonProperty(PropertyName="totalExecutionTime")]
public TimeSpan? TotalExecutionTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="totalExecutionTime")>]
member this.TotalExecutionTime : Nullable<TimeSpan>
Public ReadOnly Property TotalExecutionTime As Nullable(Of TimeSpan)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to