Table of Contents

Class DependencyResponse

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

Response for Dependency.

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

Properties

Components

Components that have been checked.

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

Property Value

Dictionary<string, DependencyComponent>

Status

Overall status.

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

Property Value

HealthStatus