MetricAggregation
Import this model from the entry point of its package:
import { MetricAggregation } from '@sailpoint/angular-sdk/search';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | The name of the metric aggregate to be included in the result. If the metric aggregation is omitted, the resulting aggregation will be a count of the documents in the search results. | [default to undefined] |
| type | (optional) MetricType | [default to undefined] | |
| field | string | The field the calculation is performed on. Prefix the field name with '@' to reference a nested object. | [default to undefined] |