Table of Contents

Class DependencyComponent

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

Component for Dependency check.

public record DependencyComponent : IEquatable<DependencyComponent>
Inheritance
DependencyComponent
Implements
Inherited Members

Properties

DependencyComponents

Extra details for the dependency checks.

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

Property Value

Dictionary<string, HealthComponent>

Status

Status for the component check.

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

Property Value

HealthStatus

Uri

HealthAddress of the service.

public required Uri Uri { get; init; }

Property Value

Uri