次の方法で共有


MetricValue._count プロパティ

定義

メトリックの値の数を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象