Table of Contents

Class HealthComponent

Namespace
Quilt4Net.Toolkit.Features.Health
Assembly
Quilt4Net.Toolkit.dll

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

Dictionary<string, string>

Status

Status for the component check.

[JsonConverter(typeof(JsonStringEnumConverter))]
public required HealthStatus Status { get; init; }

Property Value

HealthStatus