MetricChangePointFeedback 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 ChangePointFeedback.
public class MetricChangePointFeedback : Azure.AI.MetricsAdvisor.MetricFeedback
type MetricChangePointFeedback = class
inherit MetricFeedback
Public Class MetricChangePointFeedback
Inherits MetricFeedback
- Inheritance
Remarks
In order to create change point feedback, you must pass this instance to the method AddFeedbackAsync(MetricFeedback, CancellationToken).
Constructors
MetricChangePointFeedback(String, DimensionKey, DateTimeOffset, DateTimeOffset, ChangePointValue) |
Initializes a new instance of the MetricChangePointFeedback class. |
Properties
ChangePointValue |
Indicate whether or not the data points should be considered change points by the service. |
CreatedOn |
Date and time, in UTC, when the MetricFeedback was created. (Inherited from MetricFeedback) |
DimensionKey |
A key that identifies a set of time series to which the MetricFeedback applies. If all possible dimensions are set, this key uniquely identifies a single time series for the specified MetricId. If only a subset of dimensions are set, this key uniquely identifies a group of time series. (Inherited from MetricFeedback) |
EndsOn |
The end timestamp of feedback timerange. When this is equal to StartsOn it indicates a single timestamp. |
FeedbackKind |
The feedback kind. (Inherited from MetricFeedback) |
Id |
The unique identifier of this MetricFeedback. (Inherited from MetricFeedback) |
MetricId |
The identifier of the metric to which the MetricFeedback applies. (Inherited from MetricFeedback) |
StartsOn |
The start timestamp of feedback time range. |
UserPrincipal |
The user who created the MetricFeedback. If MetricsAdvisorKeyCredential
authentication was used when creating the feedback, this property contains the email address of the
creator. If AAD authentication was used instead, the value of this property uniquely identifies the
creator's user principal, but its value depends on the type of credential used. For instance, if a
|
Applies to
Azure SDK for .NET