enums/aggregationKind.ps1

enum AggregationKind {
    SingleAlert
    AlertPerResult
}