FeedbackQueryTimeMode Enum

Definition

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

FeedbackCreatedOn 2

Filters feedback by CreatedOn.

MetricTimestamp 1

Filters feedback by its metric's timestamps.

None 0

No time filter is applied.

Applies to