HealthCheckOptions Class

Definition

Contains options for the HealthCheckMiddleware.

C#
public class HealthCheckOptions
Inheritance
HealthCheckOptions

Constructors

Properties

AllowCachingResponses

Gets or sets a value that controls whether responses from the health check middleware can be cached.

Predicate

Gets or sets a predicate that is used to filter the set of health checks executed.

ResponseWriter

Gets or sets a delegate used to write the response.

ResultStatusCodes

Gets or sets a dictionary mapping the HealthStatus to an HTTP status code applied to the response. This property can be used to configure the status codes returned for each status.

Applies to

Product Versions
ASP.NET Core 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0