Freigeben über


ReportRecordContract.CallCountFailed Eigenschaft

Definition

Ruft die Anzahl der Aufrufe ab, die aufgrund von Proxy- oder Back-End-Fehlern fehlgeschlagen sind, oder legt diese fest. Dies umfasst Aufrufe, die HttpStatusCode.BadRequest(400) zurückgeben, und code zwischen HttpStatusCode.InternalServerError (500) und 600

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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: