FeedbackQueryTimeMode Enum
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.
Specifies which time property of a MetricFeedback will be used to filter results in the GetAllFeedback(String, GetAllFeedbackOptions, CancellationToken) and the GetAllFeedbackAsync(String, GetAllFeedbackOptions, CancellationToken) operations. Defaults to None.
public enum FeedbackQueryTimeMode
type FeedbackQueryTimeMode =
Public Enum FeedbackQueryTimeMode
- Inheritance
-
FeedbackQueryTimeMode
Fields
Name | Value | Description |
---|---|---|
None | 0 | No time filter is applied. |
MetricTimestamp | 1 | Filters feedback by its metric's timestamps. |
FeedbackCreatedOn | 2 | Filters feedback by CreatedOn. |
Applies to
Azure SDK for .NET