DataSource tableΒΆ
The DataSource table stores information about its activity at the platform.
| Column | Description | Format | Required | 
|---|---|---|---|
| Id | Data Source identifier | int | Yes | 
| Name | Name of the Data Source | varchar(80) | Yes | 
| IdTemplate | Identifier of the template | int | Yes | 
| IdProvider | Identifier of the Provider | int | |
| LastUpdated | Date of the last time that the Data Source was updated in the system | datetime2(0) | Yes | 
| LastDeployed | Date of the last time that the Data Source was deployed in the system | datetime2(0) | |
| Parameters | JSON of parameters such name, serviceUri and servicePrincipalId |  nvarchar(max) | |
| ItemId | Unique identifier | uniqueidentifier |