FeatureFlagSelector Class

Definition

FeatureFlagSelector is a set of options that allows selecting a filtered set of FeatureFlag entities from the configuration store, and optionally allows indicating which fields of each feature flag to retrieve.

Literals or filters may be specified for names and labels.

For more information, Filtering.

public class FeatureFlagSelector
type FeatureFlagSelector = class
Public Class FeatureFlagSelector
Inheritance
FeatureFlagSelector

Constructors

Name Description
FeatureFlagSelector()

Creates a default FeatureFlagSelector that will retrieve all FeatureFlag entities in the configuration store.

Fields

Name Description
Any

A wildcard that matches any name or any label when passed as a filter to NameFilter or LabelFilter.

Properties

Name Description
AcceptDateTime

Indicates the point in time in the revision history of the selected FeatureFlag entities to retrieve. If set, all properties of the FeatureFlag entities in the returned group will be exactly what they were at this time.

Fields

The fields of the FeatureFlag to retrieve for each feature flag in the retrieved group.

LabelFilter

Label filter that will be used to select a set of FeatureFlag entities.

NameFilter

Name filter that will be used to select a set of FeatureFlag entities.

TagsFilter

Tag filter that will be used to select a set of FeatureFlag entities. Each tag in the list should be expressed as a string in the format tag=value.

Applies to