Skip to main content

MetricAggregation

Import this model from the entry point of its package:

import { MetricAggregation } from '@sailpoint/angular-sdk/access_model_metadata';

Properties

NameTypeDescriptionNotes
namestringThe 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]
fieldstringThe field the calculation is performed on. Prefix the field name with '@' to reference a nested object.[default to undefined]