Class FilterParameters
- java.lang.Object
-
- com.azure.spring.cloud.feature.manager.FilterParameters
-
public class FilterParameters extends Object
Parameters for the predefined filters.
-
-
Field Summary
Fields Modifier and Type Field Description static StringPERCENTAGE_FILTER_SETTINGPercentage value of the returning true in the Percentage filter.static StringTIME_WINDOW_FILTER_SETTING_ENDProperty for the end of the Time Window Filterstatic StringTIME_WINDOW_FILTER_SETTING_STARTProperty for the start of the Time Window Filter
-
Constructor Summary
Constructors Constructor Description FilterParameters()
-
-
-
Field Detail
-
PERCENTAGE_FILTER_SETTING
public static final String PERCENTAGE_FILTER_SETTING
Percentage value of the returning true in the Percentage filter.- See Also:
- Constant Field Values
-
TIME_WINDOW_FILTER_SETTING_START
public static final String TIME_WINDOW_FILTER_SETTING_START
Property for the start of the Time Window Filter- See Also:
- Constant Field Values
-
TIME_WINDOW_FILTER_SETTING_END
public static final String TIME_WINDOW_FILTER_SETTING_END
Property for the end of the Time Window Filter- See Also:
- Constant Field Values
-
-