Table of Contents

Class KeyFilter

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

Defines well known key filters that are used within Azure App Configuration.

public class KeyFilter
Inheritance
KeyFilter
Inherited Members

Constructors

KeyFilter()

public KeyFilter()

Fields

Any

The filter that matches key-values with any keys.

public const string Any = "*"

Field Value

string