次の方法で共有


QueryMetricProperties.Unit プロパティ

定義

メトリックの単位を取得します。 使用できる値は、'percentage'、'KB'、'microseconds'、'count' です。

[Newtonsoft.Json.JsonProperty(PropertyName="unit")]
public string Unit { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="unit")>]
member this.Unit : string
Public ReadOnly Property Unit As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象