ServiceConfigResultProperties interface

Cluster instance service config properties.

Extends

Inherited Properties

componentName

Component Name.

content

Content in the service config file.

customKeys

The custom keys.

defaultKeys

The default keys.

fileName

File Name.

path

Config file path.

serviceName

Service Config Name.

type

Config type.

Inherited Property Details

componentName

Component Name.

componentName: string

Property Value

string

Inherited From ServiceConfigListResultProperties.componentName

content

Content in the service config file.

content?: string

Property Value

string

Inherited From ServiceConfigListResultProperties.content

customKeys

The custom keys.

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

Property Value

{[propertyName: string]: string}

Inherited From ServiceConfigListResultProperties.customKeys

defaultKeys

The default keys.

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

Property Value

{[propertyName: string]: ServiceConfigListResultValueEntity}

Inherited From ServiceConfigListResultProperties.defaultKeys

fileName

File Name.

fileName: string

Property Value

string

Inherited From ServiceConfigListResultProperties.fileName

path

Config file path.

path?: string

Property Value

string

Inherited From ServiceConfigListResultProperties.path

serviceName

Service Config Name.

serviceName: string

Property Value

string

Inherited From ServiceConfigListResultProperties.serviceName

type

Config type.

type?: string

Property Value

string

Inherited From ServiceConfigListResultProperties.type