MetricEnrichedSeriesData 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 SeriesResult.
public class MetricEnrichedSeriesData
type MetricEnrichedSeriesData = class
Public Class MetricEnrichedSeriesData
- Inheritance
-
MetricEnrichedSeriesData
Properties
ExpectedMetricValues |
The expected values of the data points in this time series, according to the associated AnomalyDetectionConfiguration's smart detector. |
IsAnomaly |
Whether or not a data point is considered an anomaly, according to the associated AnomalyDetectionConfiguration. |
LowerBoundaryValues |
The lower boundaries the data points in this time series must cross to be considered anomalies, according the associated AnomalyDetectionConfiguration's smart detector. |
MetricValues |
The values of the data points present in this time series. |
Periods |
The period of every data point in this time series, measured in amount of points. Used to describe seasonal data. |
SeriesKey |
The key that, within a metric, uniquely identifies this time series. In this key, a value is assigned to every possible dimension. |
Timestamps |
The timestamps, in UTC, of the data points present in this time series. |
UpperBoundaryValues |
The upper boundaries the data points in this time series must cross to be considered anomalies, according the associated AnomalyDetectionConfiguration's smart detector. |
Applies to
Azure SDK for .NET