Class AppHealthCheckReportEntry
- Namespace
- Phoesion.Glow.SDK.Lighthouse.API
- Assembly
- Phoesion.Glow.SDK.Lighthouse.API.dll
[MessagePackObject(false)]
public class AppHealthCheckReportEntry
- Inheritance
-
objectAppHealthCheckReportEntry
Properties
Data
[Key("Data")]
public string Data { get; set; }
Property Value
Description
[Key("Description")]
public string? Description { get; set; }
Property Value
Duration
[Key("Duration")]
public TimeSpan Duration { get; set; }
Property Value
Exception
[Key("Exception")]
public string Exception { get; set; }
Property Value
Health
[Key("Health")]
public float Health { get; set; }
Property Value
Name
[Key("Name")]
public string? Name { get; set; }
Property Value
Tags
[Key("Tags")]
public HashSet<string> Tags { get; set; }