HealthCheckResultEmailThreshold Enumeration

Specifies the messages threshold for the result emails of the automatic health check.

Namespace: Dundas.BI.Services.Health
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public enum HealthCheckResultEmailThreshold
Members
Member nameValueDescription
Information0Email is sent with all messages.
Warning1Email is sent with error and warning messages.
Error2Email is sent with error messages only.
NoEmail-1Email is not sent.
See Also