DataSourceTemplate table¶
Table with the information for the template of the Data Source.
Column | Description | Format | Required |
---|---|---|---|
Id | Data Source identifier | int | |
ItemId | Unique identifier | uniqueidentifier | |
Name | Name of the Data Source | varchar(80) | |
Description | Field for descriptions related to the connections to the corresponding databases | nvarchar(512) | |
Template | JSON structure template for the Data Source | nvarchar(max) | |
Parameters | JSON structure of parameters such name , url , authenticationType , userName , password and integrationRuntimeName |
nvarchar(max) |
Last update:
2022-09-30