SubscriptionEvaluationSettings interface
Encapsulates the subscription evaluation settings needed for the UI
Properties
enabled | Indicates whether subscription evaluation before saving is enabled or not |
interval | Time interval to check on subscription evaluation job in seconds |
threshold | Threshold on the number of notifications for considering a subscription too noisy |
time |
Time out for the subscription evaluation check in seconds |
Property Details
enabled
Indicates whether subscription evaluation before saving is enabled or not
enabled: boolean
Property Value
boolean
interval
Time interval to check on subscription evaluation job in seconds
interval: number
Property Value
number
threshold
Threshold on the number of notifications for considering a subscription too noisy
threshold: number
Property Value
number
timeOut
Time out for the subscription evaluation check in seconds
timeOut: number
Property Value
number