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