Sdílet prostřednictvím


ServiceConfigListResultProperties interface

Odpověď konfigurace služby

Vlastnosti

componentName

Název komponenty.

content

Obsah v konfiguračním souboru služby

customKeys

Vlastní klíče.

defaultKeys

Výchozí klíče.

fileName

Název souboru.

path

Cesta ke konfiguračnímu souboru.

serviceName

Název konfigurace služby.

type

Typ konfigurace.

Podrobnosti vlastnosti

componentName

Název komponenty.

componentName: string

Hodnota vlastnosti

string

content

Obsah v konfiguračním souboru služby

content?: string

Hodnota vlastnosti

string

customKeys

Vlastní klíče.

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

Hodnota vlastnosti

{[propertyName: string]: string}

defaultKeys

Výchozí klíče.

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

Hodnota vlastnosti

{[propertyName: string]: ServiceConfigListResultValueEntity}

fileName

Název souboru.

fileName: string

Hodnota vlastnosti

string

path

Cesta ke konfiguračnímu souboru.

path?: string

Hodnota vlastnosti

string

serviceName

Název konfigurace služby.

serviceName: string

Hodnota vlastnosti

string

type

Typ konfigurace.

type?: string

Hodnota vlastnosti

string