App Metrics Fork me on GitHub
Show / Hide Table of Contents

Class HealthStatusData

Inheritance
System.Object
HealthStatusData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:App.Metrics.Health
Assembly:cs.temp.dll.dll
Syntax
public sealed class HealthStatusData

Properties

Degraded

Declaration
public Dictionary<string, string> Degraded { get; set; }
Property Value
Type Description
Dictionary<System.String, System.String>

Healthy

Declaration
public Dictionary<string, string> Healthy { get; set; }
Property Value
Type Description
Dictionary<System.String, System.String>

Ignored

Declaration
public Dictionary<string, string> Ignored { get; set; }
Property Value
Type Description
Dictionary<System.String, System.String>

Status

Declaration
public string Status { get; set; }
Property Value
Type Description
System.String

Timestamp

Declaration
public string Timestamp { get; set; }
Property Value
Type Description
System.String

Unhealthy

Declaration
public Dictionary<string, string> Unhealthy { get; set; }
Property Value
Type Description
Dictionary<System.String, System.String>
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX