Table of Contents

Class AppHealthCheckReportEntry

Namespace
Phoesion.Glow.SDK.Lighthouse.API
Assembly
Phoesion.Glow.SDK.Lighthouse.API.dll
[MessagePackObject(false)]
public class AppHealthCheckReportEntry
Inheritance
object
AppHealthCheckReportEntry

Properties

Data

[Key("Data")]
public string Data { get; set; }

Property Value

string

Description

[Key("Description")]
public string? Description { get; set; }

Property Value

string

Duration

[Key("Duration")]
public TimeSpan Duration { get; set; }

Property Value

TimeSpan

Exception

[Key("Exception")]
public string Exception { get; set; }

Property Value

string

Health

[Key("Health")]
public float Health { get; set; }

Property Value

float

Name

[Key("Name")]
public string? Name { get; set; }

Property Value

string

Tags

[Key("Tags")]
public HashSet<string> Tags { get; set; }

Property Value

HashSet<string>