다음을 통해 공유


KeyPerFileConfigurationSource 클래스

정의

KeyPerFileConfigurationProvider를 구성하는 데 사용되는 IConfigurationSource입니다.

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이면 디렉터리가 없을 때 throw합니다.

ReloadDelay

로드를 호출하기 전에 다시 로드될 때까지 대기하는 시간(밀리초)입니다. 이렇게 하면 파일이 완전히 쓰이기 전에 다시 로드를 트리거하지 않도록 할 수 있습니다. 기본값은 250입니다.

ReloadOnChange

기본 파일이 변경되면 소스를 로드할지 여부를 결정합니다.

SectionDelimiter

경로에서 개별 키를 구분하는 데 사용되는 구분 기호입니다.

메서드

Build(IConfigurationBuilder)

이 소스에 대한 KeyPerFileConfigurationProvider를 빌드합니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상