Aracılığıyla paylaş


ReportRecordContract.ApiTimeAvg Property

Definition

Gets or sets average time it took to process request.

[Newtonsoft.Json.JsonProperty(PropertyName="apiTimeAvg")]
public double? ApiTimeAvg { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="apiTimeAvg")>]
member this.ApiTimeAvg : Nullable<double> with get, set
Public Property ApiTimeAvg As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to