MetricSpecification.FillGapWithZero プロパティ

定義

省略可能な 値を取得または設定します。 true に設定すると、メトリックが出力または発行されない期間は 0 が返されます。

[Newtonsoft.Json.JsonProperty(PropertyName="fillGapWithZero")]
public bool? FillGapWithZero { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fillGapWithZero")>]
member this.FillGapWithZero : Nullable<bool> with get, set
Public Property FillGapWithZero As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象