IFeatureFlagsStoreCollection Interface

Definition

Provides access to feature flag store values under a single collection path.

public interface IFeatureFlagsStoreCollection
type IFeatureFlagsStoreCollection = interface
Public Interface IFeatureFlagsStoreCollection

Methods

Name Description
GetBoolValue(String)

Retrieves a boolean value with the given name. If the value doesn't exist, then null is returned.

GetString(String)

Retrieves a string value with the given name. If the value doesn't exist, then null is returned.

GetSubCollections()

Retrieves the names of all subcollections.

Applies to