HealthCheckOptions Class

The options class used for the health check.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsHealthCheckOptions

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class HealthCheckOptions

The HealthCheckOptions type exposes the following members.

Constructors
 NameDescription
Public methodHealthCheckOptionsInitializes a new instance of the HealthCheckOptions class
Top
Properties
 NameDescription
Public propertyChecksToIgnore Gets or sets the list of checks to ignore.
Public propertyChecksToRun Gets or sets the list of checks to run.
Public propertyFixErrors Gets or sets a value indicating whether the health check should attempt to fix errors.
Top
See Also