DDSJob
Tracks data delivery service jobs, documenting statuses, schedules, and related entities.
Columns
| Name | Type | Description |
| Recordno [KEY] | String | The unique identifier for the DDS job record. |
| Object | String | The object associated with the DDS job. |
| Jobtype | String | The type of DDS job. |
| Subscriptionkey | Int64 | The key identifying the subscription for the DDS job. |
| Queuetime | Datetime | The date and time when the DDS job was queued. |
| Starttime | Datetime | The date and time when the DDS job started. |
| Endtime | Datetime | The date and time when the DDS job ended. |
| Recordscreated | Int64 | The number of records created by the DDS job. |
| Recordsupdated | Int64 | The number of records updated by the DDS job. |
| Recordsdeleted | Int64 | The number of records deleted by the DDS job. |
| Status | String | The current status of the DDS job. |
| Error | String | Details of any error encountered during the DDS job. |
| Filelist | String | A list of files associated with the DDS job. |
| Record_url | String | The URL link to the DDS job record. |