Share via


JobStatisticsVertexStage.DuplicateDiscardCount Property

Definition

Gets the number of duplicates that were discarded.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to