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. |
| additional |
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 |
| additional |
A dictionary of additional properties to be added in the end of connection string. |
| configuration |
An option to store configuration into different place |
| customized |
Optional. A dictionary of default key name and customized key name mapping. If not specified, default key name will be used for generate configurations |
| dapr |
Indicates some additional properties for dapr client type |
| delete |
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