Footprints Data Model |
Table |
Table Name | Scheduled Task Statistic |
Table Definition | A named statistic that can be associated with a run. This allows free form name value statistics to be dynamically associated with the run. |
Attribute |
Attribute Name | Attribute Definition | Logical Datatype | Is Required |
Scheduled Task Statistic Id | 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. | INTEGER | Yes |
Scheduled Task Statistic Name | The unique string identifier for an instance of Scheduled Task Statistic. This identifier must be kept in sync with programming code that uses an enumeration constant to identify particular values. A scan program is generally used to populate this table. | VARCHAR(255) | Yes |