SingleMetricBaseline.Interval Property

Definition

Gets or sets the interval (window size) for which the metric data was returned in. This may be adjusted in the future and returned back from what was originally requested. This is not present if a metadata request was made.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.interval")]
public TimeSpan Interval { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.interval")>]
member this.Interval : TimeSpan with get, set
Public Property Interval As TimeSpan

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to