JobStatisticsVertexStage.RunningCount Property

Definition

Gets the number of currently running vertices in this stage.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to