Compartilhar via


com.azure.spring.cloud.feature.management.filters

* Package contains the built-in Feature Filters, which implement FeatureFilter.

Classes

AlwaysOnFilter

A filter that always returns true

PercentageFilter

A feature filter that can be used to activate a feature based on a random percentage.

TargetingFilter

`Microsoft.TargetingFilter` enables evaluating a user/group/overall rollout of a feature.

TimeWindowFilter

A feature filter that can be used at activate a feature based on a time window.

Interfaces

FeatureFilter

A Filter for Feature Management that is attached to Features.