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 (24.3.0.1000)
Syntax
public enum HealthCheckResultEmailThreshold
Members
  Member nameValueDescription
NoEmail-1Email is not sent.
Error2Email is sent with error messages only.
Warning1Email is sent with error and warning messages.
Information0Email is sent with all messages.
See Also