Share via


RequestStatistics.ErroneousDocumentsCount Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="erroneousDocumentsCount")]
public int? ErroneousDocumentsCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="erroneousDocumentsCount")>]
member this.ErroneousDocumentsCount : Nullable<int> with get, set
Public Property ErroneousDocumentsCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to