ConfigurationMetrics.Results Property

Definition

Results of the metrics collection queries.

[Newtonsoft.Json.JsonProperty("results")]
public System.Collections.Generic.IDictionary<string,long> Results { get; set; }
[<Newtonsoft.Json.JsonProperty("results")>]
member this.Results : System.Collections.Generic.IDictionary<string, int64> with get, set
Public Property Results As IDictionary(Of String, Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to