DataIntakeProcess table¶
  ≥ 2022.R1 
The DataIntakeProcess
table is a table to relate connector plugin information, with the Provider Id and details about the Data Intake Process configuration.
See the documentation on data ingestion for more information on the usage of these tables.
Column | Description | Format | Required |
---|---|---|---|
Id | Id of the Data Intake Process | int | |
ItemId | GUID for the Data Intake Process | uniqueidentifier | |
Name | Friendly name for the Data Intake Process | varchar(80) | |
Description | Short description for the Data Intake Process | nvarchar(max) | |
LastExecution | Last execution date for the plugin used to configure the Data Intake Process | nvarchar(max) | |
IdProvider | Id of the Provider associated to this Data Intake Process | int | |
IdPluginVersion | Id of the Plugin Version used to configure this Data Intake Process | uniqueidentifier | |
CreationDate | Date when the Data Intake Process was first created | datetime2(7) | |
LastUpdated | Date when the Data Intake Process object was last updated | datetime2(7) | |
AdditionalProperties | JSON field | varchar(max) |
Last update:
2022-09-07