Class HealthCheck
Assembly: Algorand.dll
Syntax
Properties
|
Edit this page
View Source
Data
Declaration
[JsonProperty("data", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] Data { get; set; }
Property Value
|
Edit this page
View Source
DbAvailable
Declaration
[JsonProperty("db-available", Required = Required.Always)]
[Required]
public bool DbAvailable { get; set; }
Property Value
|
Edit this page
View Source
Errors
Declaration
[JsonProperty("errors", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> Errors { get; set; }
Property Value
|
Edit this page
View Source
IsMigrating
Declaration
[JsonProperty("is-migrating", Required = Required.Always)]
[Required]
public bool IsMigrating { get; set; }
Property Value
|
Edit this page
View Source
Message
Declaration
[JsonProperty("message", Required = Required.Always)]
[Required]
public string Message { get; set; }
Property Value
|
Edit this page
View Source
Round
Declaration
[JsonProperty("round", Required = Required.Always)]
[Required]
public ulong Round { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
[JsonProperty("version", Required = Required.Always)]
[Required]
public string Version { get; set; }
Property Value