A container that holds all of the necessary properties to configure the aggregation of notifications.

Export

AggregationSettings

interface AggregationSettings {
    aggregationTimePeriod: AggregationTimePeriod;
}

Properties

aggregationTimePeriod: AggregationTimePeriod

Memberof

AggregationSettings