AggregationPolicy

enum AggregationPolicy : Enum<AggregationPolicy>

The aggregation policy of targetAttributes

Entries

Link copied to clipboard

Merge previous target attributes added using the AddTargetAttributes message. (Old target attributes with same key are updated with the new values, the others are keep unchanged)

Link copied to clipboard

Replace previous target attributes added using the AddTargetAttributes message (Old target attributes are removed)

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int