KeyPerFileConfigurationSource 类

定义

public ref class KeyPerFileConfigurationSource : Microsoft::Extensions::Configuration::IConfigurationSource
public class KeyPerFileConfigurationSource : Microsoft.Extensions.Configuration.IConfigurationSource
type KeyPerFileConfigurationSource = class
    interface IConfigurationSource
Public Class KeyPerFileConfigurationSource
Implements IConfigurationSource
继承
KeyPerFileConfigurationSource
实现

构造函数

KeyPerFileConfigurationSource()

构造函数;

属性

FileProvider

其根“/”目录文件将用作配置数据的 FileProvider。

IgnoreCondition

用于确定是否应忽略使用其文件名的文件。 默认为使用 IgnorePrefix。

IgnorePrefix

排除以此前缀开头的文件。 默认值为“忽略”。

Optional

如果为 false,则在目录不存在时引发。

ReloadDelay

在调用负载前重载将等待的毫秒数。 这有助于避免在完全写入文件之前触发重载。 默认值为 250。

ReloadOnChange

确定在基础文件更改时是否加载源。

SectionDelimiter

用于分隔路径中各个键的分隔符。

方法

Build(IConfigurationBuilder)

生成此源的 KeyPerFileConfigurationProvider

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于