Struct HealthCheck
Assembly: cs.temp.dll.dll
Syntax
public struct HealthCheck : IEquatable<HealthCheck>
Properties
Data
Declaration
public AlgoApiObject Data { get; set; }
Property Value
DbAvailable
Declaration
public bool DbAvailable { get; set; }
Property Value
Errors
Declaration
public string[] Errors { get; set; }
Property Value
IsMigrating
Declaration
public bool IsMigrating { get; set; }
Property Value
Message
Declaration
public string Message { get; set; }
Property Value
Round
Declaration
public ulong Round { get; set; }
Property Value
Version
Declaration
public string Version { get; set; }
Property Value
Methods
Equals(HealthCheck)
Declaration
public bool Equals(HealthCheck other)
Parameters
Returns