UtilityCategoryComparison

constructor(categoryName: String, comparisonOperator: UtilityCategoryComparisonOperator)

Creates a condition evaluating whether a category with this name exists on a feature.

Since

200.1.0

Parameters

categoryName

The name of the category to evaluate as part of the condition.

comparisonOperator

The type of comparison to do between the category name and each feature in the trace.


constructor(category: UtilityCategory, comparisonOperator: UtilityCategoryComparisonOperator)

Creates a condition evaluating whether an UtilityCategory exists on a feature.

Since

200.1.0

Parameters

category

The category to evaluate as part of the condition.

comparisonOperator

The type of comparison to do between the UtilityCategory and each feature in the trace.