ConfigurationInfo interface

The configuration information, used to generate configurations or save to applications

Properties

action

Optional, indicate whether to apply configurations on source application. If enable, generate configurations and applied to the source application. Default is enable. If optOut, no configuration change will be made on source.

additionalConfigurations

A dictionary of additional configurations to be added. Service will auto generate a set of basic configurations and this property is to full fill more customized configurations

additionalConnectionStringProperties

A dictionary of additional properties to be added in the end of connection string.

configurationStore

An option to store configuration into different place

customizedKeys

Optional. A dictionary of default key name and customized key name mapping. If not specified, default key name will be used for generate configurations

daprProperties

Indicates some additional properties for dapr client type

deleteOrUpdateBehavior

Indicates whether to clean up previous operation when Linker is updating or deleting

Property Details

action

Optional, indicate whether to apply configurations on source application. If enable, generate configurations and applied to the source application. Default is enable. If optOut, no configuration change will be made on source.

action?: string

Property Value

string

additionalConfigurations

A dictionary of additional configurations to be added. Service will auto generate a set of basic configurations and this property is to full fill more customized configurations

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

Property Value

{[propertyName: string]: string}

additionalConnectionStringProperties

A dictionary of additional properties to be added in the end of connection string.

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

Property Value

{[propertyName: string]: string}

configurationStore

An option to store configuration into different place

configurationStore?: ConfigurationStore

Property Value

customizedKeys

Optional. A dictionary of default key name and customized key name mapping. If not specified, default key name will be used for generate configurations

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

Property Value

{[propertyName: string]: string}

daprProperties

Indicates some additional properties for dapr client type

daprProperties?: DaprProperties

Property Value

deleteOrUpdateBehavior

Indicates whether to clean up previous operation when Linker is updating or deleting

deleteOrUpdateBehavior?: string

Property Value

string