次の方法で共有


ConfigurationMetrics.Queries プロパティ

定義

メトリックの収集に使用されるクエリ。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象