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
Public Enumeration HealthCheckResultEmailThreshold
public enum class HealthCheckResultEmailThreshold
type HealthCheckResultEmailThreshold
Members
| Member name | Value | Description |
---|
| NoEmail | -1 | Email is not sent. |
| Error | 2 | Email is sent with error messages only. |
| Warning | 1 | Email is sent with error and warning messages. |
| Information | 0 | Email is sent with all messages. |
See Also