Share via


FeatureFlagOptions Class

Definition

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

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.

Applies to