Share via


UnivariateDetectionOptions.Series Property

Definition

Time series data points. Points should be sorted by time stamp in ascending order to match the anomaly detection result. If the data is not sorted correctly or there's a duplicated time stamp, the API won't work. In such a case, an error message is returned.

public System.Collections.Generic.IList<Azure.AI.AnomalyDetector.TimeSeriesPoint> Series { get; }
member this.Series : System.Collections.Generic.IList<Azure.AI.AnomalyDetector.TimeSeriesPoint>
Public ReadOnly Property Series As IList(Of TimeSeriesPoint)

Property Value

Applies to