SEGMENT_OPTION

Description

This table stores the segment option information.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the segment option.
AGGREGATION_DURATION_OPTION 0 bigint The aggregation duration option value.

Primary Key

  • ID

Foreign Key Relationships

  • AGGREGATION_DURATION_OPTION 0 references AGGREGATION_DURATION_OPTION(ID)