다음을 통해 공유


ServiceConfigResultProperties interface

클러스터 인스턴스 서비스 구성 속성입니다.

Extends

상속된 속성

componentName

구성 요소 이름입니다.

content

서비스 구성 파일의 콘텐츠입니다.

customKeys

사용자 지정 키입니다.

defaultKeys

기본 키입니다.

fileName

파일 이름입니다.

path

구성 파일 경로입니다.

serviceName

서비스 구성 이름입니다.

type

구성 형식입니다.

상속된 속성 세부 정보

componentName

구성 요소 이름입니다.

componentName: string

속성 값

string

ServiceConfigListResultProperties.componentName 상속된

content

서비스 구성 파일의 콘텐츠입니다.

content?: string

속성 값

string

ServiceConfigListResultProperties.content 상속된

customKeys

사용자 지정 키입니다.

customKeys?: {[propertyName: string]: string}

속성 값

{[propertyName: string]: string}

ServiceConfigListResultProperties.customKeys 상속된

defaultKeys

기본 키입니다.

defaultKeys?: {[propertyName: string]: ServiceConfigListResultValueEntity}

속성 값

{[propertyName: string]: ServiceConfigListResultValueEntity}

ServiceConfigListResultProperties.defaultKeys 상속된

fileName

파일 이름입니다.

fileName: string

속성 값

string

ServiceConfigListResultProperties.fileName 상속된

path

구성 파일 경로입니다.

path?: string

속성 값

string

ServiceConfigListResultProperties.path 상속된

serviceName

서비스 구성 이름입니다.

serviceName: string

속성 값

string

ServiceConfigListResultProperties.serviceName 상속된

type

구성 형식입니다.

type?: string

속성 값

string

ServiceConfigListResultProperties.type 상속된