Table of Contents

Class HealthResponse

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

Response for Health.

public record HealthResponse : ResponseBase<HealthStatus>, IEquatable<ResponseBase<HealthStatus>>, IEquatable<HealthResponse>
Inheritance
HealthResponse
Implements
Inherited Members

Properties

Components

Components that have been checked.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public required Dictionary<string, HealthComponent> Components { get; init; }

Property Value

Dictionary<string, HealthComponent>

Status

Overall status.

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

Property Value

HealthStatus