FeedbackFilter 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.
Filters the result of the GetAllFeedback(String, GetAllFeedbackOptions, CancellationToken) and GetAllFeedbackAsync(String, GetAllFeedbackOptions, CancellationToken) operations.
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
Azure SDK for .NET