ODMX [ODMX_DBWrench_Schema.xml]
This table holds a log of qaqc issues. It is used for logging when things happen, and can be used in the alert architecture
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| QAQCLogID | Integer | |||||
DatastreamID | Integer | The datastream that this entry refers to | |||||
UtcTimeStart | BigInt | the start of the Utctime where this log entry applies to. This allows us to mark contigous bloicks of data (e.g. our or range) | |||||
UtcTimeEnd | BigInt | the end of the Utctime where this value applies to The end of the Utctime where this log entry applies to | |||||
UtcTimeEntry | BigInt | The UTC time when we made the entry. Note that this is updated if the issue persists | |||||
QaFlag | VarChar(1) | The QAQC Flag that the entry refers to |
(none)
(none)
(none)
Diagram Name |
ODMXSSI |