AGGREGATION_DURATION_DOMAIN 0
Description
This table stores information about aggregation duration domains.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) | Primary key, unique identifier for each aggregation duration domain. |
| AMOUNT | int(11) | The amount of time for the duration. |
| UNIT | varchar(255) | The unit of time for the duration. |
| AGGREGATION_PERIOD | varchar(255) | The aggregation period. |
| WINDOW_LENGTH_UNIT | varchar(255) | The unit of time for the window length. |