Share via


DynamicMetricCriteria.IgnoreDataBefore Property

Definition

Gets or sets use this option to set the date from which to start learning the metric historical data and calculate the dynamic thresholds (in ISO8601 format)

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to