FeatureFlagOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options used to configure the feature flags to be parsed.
public class FeatureFlagOptions
type FeatureFlagOptions = class
Public Class FeatureFlagOptions
- Inheritance
-
FeatureFlagOptions
Constructors
FeatureFlagOptions() |
Properties
CacheExpirationInterval |
Obsolete.
The time after which the cached values of the feature flags expire. Must be greater than or equal to 1 second. |
Label |
The label that feature flags will be selected from. |
Methods
Select(String, String) |
Specify what feature flags to include in the configuration provider. Select(String, String) can be called multiple times to include multiple sets of feature flags. |
SetRefreshInterval(TimeSpan) |
Sets the time after which feature flags can be refreshed. |
Applies to
Azure SDK for .NET