A filter used to select the aggregation time period at which to send notifications (for example: limit to one notification every five minutes for high frequency notifications).

Export

AggregationFilter

interface AggregationFilter {
    aggregationSettings?: AggregationSettings;
}

Properties

aggregationSettings?: AggregationSettings

Memberof

AggregationFilter