Class HealthComponent
Component for Health check.
public record HealthComponent : IEquatable<HealthComponent>
- Inheritance
-
HealthComponent
- Implements
- Inherited Members
Properties
Details
Extra details for the health checks.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Dictionary<string, string> Details { get; init; }
Property Value
Status
Status for the component check.
[JsonConverter(typeof(JsonStringEnumConverter))]
public required HealthStatus Status { get; init; }