Share via


JobStatisticsVertexStage.SucceededCount Property

Definition

Gets the number of vertices that succeeded in this stage.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to