MetricType
Import this model from the entry point of its package:
import { MetricType } from '@sailpoint/angular-sdk/search';
Enum
-
Count(value:'COUNT') -
UniqueCount(value:'UNIQUE_COUNT') -
Avg(value:'AVG') -
Sum(value:'SUM') -
Median(value:'MEDIAN') -
Min(value:'MIN') -
Max(value:'MAX')