Class HealthCheck
Inheritance
object
HealthCheck
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.Indexer.Model
Assembly: Algorand.dll
Syntax
public class HealthCheck
Properties
| Improve this Doc View SourceData
Declaration
[JsonProperty("data", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] Data { get; set; }
Property Value
Type | Description |
---|---|
byte[] |
DbAvailable
Declaration
[JsonProperty("db-available", Required = Required.Always)]
[Required]
public bool DbAvailable { get; set; }
Property Value
Type | Description |
---|---|
bool |
Errors
Declaration
[JsonProperty("errors", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> Errors { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<T><string> |
IsMigrating
Declaration
[JsonProperty("is-migrating", Required = Required.Always)]
[Required]
public bool IsMigrating { get; set; }
Property Value
Type | Description |
---|---|
bool |
Message
Declaration
[JsonProperty("message", Required = Required.Always)]
[Required]
public string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
Round
Declaration
[JsonProperty("round", Required = Required.Always)]
[Required]
public ulong Round { get; set; }
Property Value
Type | Description |
---|---|
ulong |
Version
Declaration
[JsonProperty("version", Required = Required.Always)]
[Required]
public string Version { get; set; }
Property Value
Type | Description |
---|---|
string |