TARGET_METRIC_SEGMENT

Description

This table stores the target metric segment information.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the target metric segment.
ACTION_TYPE varchar The action type of the target metric segment.
NAME varchar The name of the target metric segment.
TYPE varchar The type of the target metric segment.
UNIT varchar The unit of the target metric segment.
DOMAIN_MAPPING_TARGET_METRIC_0 bigint The domain mapping target metric value.
VALUE TARGET_METRIC_SEGMENT_0 bigint The value target metric segment value.

Primary Key

  • ID

Foreign Key Relationships

  • VALUE TARGET_METRIC_SEGMENT_0 references TARGET_METRIC_VARIANT_VALUE(ID)