Footprints Data Model

Table
Table Name Schedule Task Run Statistic
Table Definition An individual statistic item for a run. This has a compound key so it can be mapped as a simple key value map.

Attribute
Attribute Name Attribute Definition Logical Datatype Is Required
Scheduled Task Run Id A Foreign Key to the Scheduled Task Run table. LONG Yes
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
Int Value The value of a Schedule Task Run Statistic stored as boolean. INTEGER No