FilterParameters Class

  • java.lang.Object
    • com.azure.spring.cloud.feature.management.models.FilterParameters

public final class FilterParameters

Parameters for the predefined filters.

Field Summary

Modifier and Type Field and Description
static final String PERCENTAGE_FILTER_SETTING

Percentage value of the returning true in the Percentage filter.

static final String TIME_WINDOW_FILTER_SETTING_END

Property for the end of the Time Window Filter

static final String TIME_WINDOW_FILTER_SETTING_RECURRENCE

Add-on recurrence rule allows the time window defined by Start and End to recur.

static final String TIME_WINDOW_FILTER_SETTING_START

Property for the start of the Time Window Filter

Methods inherited from java.lang.Object

Field Details

PERCENTAGE_FILTER_SETTING

public static final String PERCENTAGE_FILTER_SETTING

Percentage value of the returning true in the Percentage filter.

TIME_WINDOW_FILTER_SETTING_END

public static final String TIME_WINDOW_FILTER_SETTING_END

Property for the end of the Time Window Filter

TIME_WINDOW_FILTER_SETTING_RECURRENCE

public static final String TIME_WINDOW_FILTER_SETTING_RECURRENCE

Add-on recurrence rule allows the time window defined by Start and End to recur. The rule specifies both how often the time window repeats and for how long.

TIME_WINDOW_FILTER_SETTING_START

public static final String TIME_WINDOW_FILTER_SETTING_START

Property for the start of the Time Window Filter

Applies to