Footprints Data Model |
Table |
Name | schedule_task_run_statistic |
Comment | An individual statistic item for a run. This has a compound key so it can be mapped as a simple key value map. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
schdd_task_run_id | bigint | A Foreign Key to the Scheduled Task Run table. | Yes | Yes |
schdd_task_stat_id | integer | The unique identifier for an instance of Scheduled Task Statistic. This identifier must be kept in sync with programming code that uses an enumeration or fixed constant to identify particular values. | Yes | Yes |
int_val | integer | The value of a Schedule Task Run Statistic stored as boolean. | No | No |