Footprints Data Model |
Table |
Name | scheduled_task_statistic |
Comment | A named statistic that can be associated with a run. This allows free form name value statistics to be dynamically associated with the run. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
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 | No |
schdd_task_stat_name | varchar(255) | The name of the Scheduled Task Statistic. | No | No |