Table of Contents

Class FeatureFlagOptions

Namespace
Microsoft.Extensions.Configuration.AzureAppConfiguration.FeatureManagement
Assembly
Microsoft.Extensions.Configuration.AzureAppConfiguration.dll

Options used to configure the feature flags to be parsed.

public class FeatureFlagOptions
Inheritance
FeatureFlagOptions
Inherited Members

Constructors

FeatureFlagOptions()

public FeatureFlagOptions()

Properties

CacheExpirationInterval

The time after which the cached values of the feature flags expire. Must be greater than or equal to 1 second.

public TimeSpan CacheExpirationInterval { get; set; }

Property Value

TimeSpan

Label

The label that feature flags will be selected from.

public string Label { get; set; }

Property Value

string