Condividi tramite


FeedbackFilter Class

Definition

public class FeedbackFilter
type FeedbackFilter = class
Public Class FeedbackFilter
Inheritance
FeedbackFilter

Constructors

FeedbackFilter()

Initializes a new instance of the FeedbackFilter class.

Properties

DimensionKey

Filters the result by time series. Only feedback for the series in the time series specified will be returned. If all possible dimensions are set, this key uniquely identifies a single time series for the corresponding metric. If only a subset of dimensions are set, this key identifies a group of time series.

EndsOn

Filters the result under the chosen TimeMode. Only results up to this point in time, in UTC, will be returned. In order to filter by time, you also need to set the property TimeMode.

FeedbackKind

Filters the result by FeedbackKind.

StartsOn

Filters the result under the chosen TimeMode. Only results from this point in time, in UTC, will be returned. In order to filter by time, you also need to set the property TimeMode.

TimeMode

Specifies to which time property of a MetricFeedback the filters StartsOn and EndsOn will be applied.

Applies to