{{ 'calculated-fields.arguments' | translate }}
{{ 'calculated-fields.entity-aggregation.argument-hint' | translate }}
{{ 'calculated-fields.metrics.metrics' | translate }}
{{ 'calculated-fields.entity-aggregation.aggregation-interval' | translate }}
calculated-fields.aggregate-interval-type @for (type of AggIntervalTypes; track type) { {{ AggIntervalTypeTranslations.get(type) | translate }} }
@if (entityAggregationConfiguration.get('interval.type').value === AggIntervalType.CUSTOM) { }
{{ 'calculated-fields.entity-aggregation.apply-offset' | translate }}
@if (entityAggregationConfiguration.get('interval.allowOffsetSec').value) {
{{ hint }}
}
{{ 'calculated-fields.entity-aggregation.wait-delay' | translate }}
@if (entityAggregationConfiguration.get('allowWatermark').value) { }
{{ 'calculated-fields.entity-aggregation.produce-intermediate-result' | translate }}