DataPointAnomaly Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The AnomalyResult.
public class DataPointAnomaly
type DataPointAnomaly = class
Public Class DataPointAnomaly
- Inheritance
-
DataPointAnomaly
Properties
CreatedOn |
The date and time, in UTC, in which this anomaly entry has been created. This property is only
populated when calling GetAnomaliesForAlert(String, String, GetAnomaliesForAlertOptions, CancellationToken) or
GetAnomaliesForAlertAsync(String, String, GetAnomaliesForAlertOptions, CancellationToken).
For other overloads, this property will be |
DataFeedId |
The unique identifier of the DataFeed in which this anomaly was detected. This property
is only populated when calling
GetAnomaliesForAlert(String, String, GetAnomaliesForAlertOptions, CancellationToken) or
GetAnomaliesForAlertAsync(String, String, GetAnomaliesForAlertOptions, CancellationToken).
For other overloads, this property will be |
DetectionConfigurationId |
The unique identifier of the AnomalyDetectionConfiguration that detected
this anomaly. This property is only populated when calling GetAnomaliesForAlert(String, String, GetAnomaliesForAlertOptions, CancellationToken)
or GetAnomaliesForAlertAsync(String, String, GetAnomaliesForAlertOptions, CancellationToken).
For other overloads, this property will be |
ExpectedValue |
The expected value of the data point that generated this anomaly, according to the service's
smart detector. |
LastModified |
The date and time, in UTC, in which this anomaly entry has been modified for the last time. This
property is only populated when calling GetAnomaliesForAlert(String, String, GetAnomaliesForAlertOptions, CancellationToken)
or GetAnomaliesForAlertAsync(String, String, GetAnomaliesForAlertOptions, CancellationToken).
For other overloads, this property will be |
MetricId |
The unique identifier of the DataFeedMetric of the time series in which this
anomaly has been detected. This property is only populated when calling
GetAnomaliesForAlert(String, String, GetAnomaliesForAlertOptions, CancellationToken) or
GetAnomaliesForAlertAsync(String, String, GetAnomaliesForAlertOptions, CancellationToken).
For other overloads, this property will be |
SeriesKey |
The key that, within a metric, uniquely identifies the time series in which this anomaly has been detected. In this key, a value is assigned to every possible dimension. |
Severity |
The severity of the detected anomaly, as evaluated by the service. |
Status |
The status of the issue that caused this DataPointAnomaly. This property is only populated
when calling GetAnomaliesForAlert(String, String, GetAnomaliesForAlertOptions, CancellationToken) or
GetAnomaliesForAlertAsync(String, String, GetAnomaliesForAlertOptions, CancellationToken).
For other overloads, this property will be |
Timestamp |
The timestamp, in UTC, of the data point that generated this anomaly, as described by the DataFeed. |
Value |
The value of the data point that generated this anomaly. |
Applies to
Azure SDK for .NET