Class KeyValueSelector
- Assembly
- Microsoft.Extensions.Configuration.AzureAppConfiguration.dll
A selector used to control what key-values are retrieved from Azure App Configuration.
public class KeyValueSelector
- Inheritance
-
KeyValueSelector
- Inherited Members
Constructors
KeyValueSelector()
public KeyValueSelector()
Properties
KeyFilter
A filter that determines the set of keys that are included in the configuration provider.
public string KeyFilter { get; set; }
Property Value
Remarks
See the documentation for this provider for details on the format of filter expressions
LabelFilter
A filter that determines what label to use when selecting key-values for the the configuration provider
public string LabelFilter { get; set; }