Enumeration: FilterOperator

Enum representing the filter operators for selecting specific data for component insights. Only data that meets the filter operator criteria is returned.

For Metric, current behavior: Equals is translated to In and DoesNotEquals is translated to NotIn operator.

Between: "Between"


Contains: "Contains"


ContainsIgnoreCase: "ContainsIgnoreCase"


CurrentFiscalQuarter: "CurrentFiscalQuarter"


CurrentFiscalQuarterToDate: "CurrentFiscalQuarterToDate"


CurrentFiscalYear: "CurrentFiscalYear"


CurrentFiscalYearToDate: "CurrentFiscalYearToDate"


CurrentMonth: "CurrentMonth"


CurrentMonthToDate: "CurrentMonthToDate"


CurrentQuarter: "CurrentQuarter"


CurrentQuarterToDate: "CurrentQuarterToDate"


CurrentWeek: "CurrentWeek"


CurrentYear: "CurrentYear"


CurrentYearToDate: "CurrentYearToDate"


DoesNotEndWith: "DoesNotEndWith"


DoesNotEndWithIgnoreCase: "DoesNotEndWithIgnoreCase"


DoesNotEquals: "DoesNotEquals"


DoesNotEqualsIgnoreCase: "DoesNotEqualsIgnoreCase"


DoesNotStartWith: "DoesNotStartWith"


DoesNotStartWithIgnoreCase: "DoesNotStartWithIgnoreCase"


EndsWith: "EndsWith"


EndsWithIgnoreCase: "EndsWithIgnoreCase"


Equals: "Equals"


EqualsIgnoreCase: "EqualsIgnoreCase"


GreaterThan: "GreaterThan"


GreaterThanOrEqualTo: "GreaterThanOrEqualTo"


In: "In"


IsEmpty: "IsEmpty"


IsNotEmpty: "IsNotEmpty"


IsNotNull: "IsNotNull"


IsNull: "IsNull"


LastNDays: "LastNDays"


LessThan: "LessThan"


LessThanOrEqualTo: "LessThanOrEqualTo"


NextFiscalQuarter: "NextFiscalQuarter"


NextFiscalYear: "NextFiscalYear"


NextMonth: "NextMonth"


NextNDays: "NextNDays"


NextQuarter: "NextQuarter"


NextWeek: "NextWeek"


NextYear: "NextYear"


NotContains: "NotContains"


NotContainsIgnoreCase: "NotContainsIgnoreCase"


NotIn: "NotIn"


NotInValues: "NotInValues"


PreviousFiscalQuarter: "PreviousFiscalQuarter"


PreviousFiscalQuarterToDate: "PreviousFiscalQuarterToDate"


PreviousFiscalYear: "PreviousFiscalYear"


PreviousFiscalYearToDate: "PreviousFiscalYearToDate"


PreviousMonth: "PreviousMonth"


PreviousMonthToDate: "PreviousMonthToDate"


PreviousQuarter: "PreviousQuarter"


PreviousQuarterToDate: "PreviousQuarterToDate"


PreviousWeek: "PreviousWeek"


PreviousYear: "PreviousYear"


PreviousYearToDate: "PreviousYearToDate"


StartsWith: "StartsWith"


StartsWithIgnoreCase: "StartsWithIgnoreCase"


Tomorrow: "Tomorrow"


Values: "Values"


Yesterday: "Yesterday"