KeyPerFileConfigurationProvider
KeyPerFileConfigurationProvider
KeyPerFileConfigurationProvider
Class
Definition
A ConfigurationProvider that uses a directory's files as configuration key/values.
public class KeyPerFileConfigurationProvider : Microsoft.Extensions.Configuration.ConfigurationProvider
type KeyPerFileConfigurationProvider = class
inherit ConfigurationProvider
Public Class KeyPerFileConfigurationProvider
Inherits ConfigurationProvider
- Inheritance
-
KeyPerFileConfigurationProviderKeyPerFileConfigurationProviderKeyPerFileConfigurationProvider
Constructors
Methods
GetChildKeys(IEnumerable<String>, String) GetChildKeys(IEnumerable<String>, String) GetChildKeys(IEnumerable<String>, String) |
Returns the list of keys that this provider has. (Inherited from ConfigurationProvider) |
GetReloadToken() GetReloadToken() GetReloadToken() |
Returns a IChangeToken that can be used to listen when this provider is reloaded. (Inherited from ConfigurationProvider) |
Load() Load() Load() |
Loads the docker secrets. |
OnReload() OnReload() OnReload() |
Triggers the reload change token and creates a new one. (Inherited from ConfigurationProvider) |
Set(String, String) Set(String, String) Set(String, String) |
Sets a value for a given key. (Inherited from ConfigurationProvider) |
TryGet(String, String) TryGet(String, String) TryGet(String, String) |
Attempts to find a value with the given key, returns true if one is found, false otherwise. (Inherited from ConfigurationProvider) |
Properties
Data Data Data |
The configuration key value pairs for this provider. (Inherited from ConfigurationProvider) |