次の方法で共有


Metric.Unit プロパティ

定義

メトリックの単位を取得または設定します。 使用できる値は、'Count'、'Bytes'、'Seconds'、'CountPerSecond'、'BytesPerSecond'、'Percent'、'MilliSeconds'、'ByteSeconds'、'Unspecified'、'Cores'、'MilliCores'、'NanoCores'、'BitsPerSecond' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象