Skip to content
Docs Try Aspire

HealthReportSnapshot Properties

Record Properties 5 members
A report produced by a health check about a resource.
Description Section titled Description nullable string?
An optional description of the report, for display.
public string? Description { get; init; }
ExceptionText Section titled ExceptionText nullable string?
An optional string containing exception details.
public string? ExceptionText { get; init; }
LastRunAt Section titled LastRunAt nullable DateTime?
The timestamp when this health check was last executed, or null if not available.
public DateTime? LastRunAt { get; init; }
The name of the health check that produced this report.
public string Name { get; init; }
Status Section titled Status nullable HealthStatus??
The state of the resource, according to the report, or null if a health report has not yet been received for this health check.
public HealthStatus?? Status { get; init; }