Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Id | int | 4 | null |
|
|
Primary key - Unique identifier for each alert value record |
|||||
| AlertReportConfigId | int | 4 | null |
|
|
Alert config reference - Links to AlertReportConfig for the associated alert configuration |
|||||
| Value | int | 4 | √ | null |
|
|
Threshold value - Numeric value used for alert condition evaluation |
||||
| CreatedDate | datetime | 16,3 | √ | null |
|
|
Creation timestamp - Date and time when the alert value was created |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_AlertValue | Primary key | Asc | Id |
