Share via


MetricSpecification.FillGapWithZero Property

Definition

Gets or sets the property to decide fill gap with zero or not.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to