Frequency
- Last UpdatedMar 10, 2025
- 1 minute read
Contains one row for each available frequency for summary operations.
|
Column |
Data Type |
Description |
|---|---|---|
|
(PK) FrequencyID |
int NOT NULL |
The unique numerical identifier for the frequency. Used to link a frequency with a time-based detector. 1= Hourly; 2 = Daily; 3 = Weekly; 4 = Monthly; 5 = Periodic; 6 = Other (Reserved for future use). This value is automatically generated by the system when the summarized tag is added. |
|
Frequency |
nvarchar(12) NOT NULL |
The name for the frequency. |