Search Results for

    Show / Hide Table of Contents

    Struct HealthCheck

    Namespace: Algorand.Unity.Indexer
    Assembly: cs.temp.dll.dll
    Syntax
    public struct HealthCheck : IEquatable<HealthCheck>

    Properties

    Data

    Declaration
    public AlgoApiObject Data { get; set; }
    Property Value
    Type Description
    AlgoApiObject

    DbAvailable

    Declaration
    public bool DbAvailable { get; set; }
    Property Value
    Type Description
    Boolean

    Errors

    Declaration
    public string[] Errors { get; set; }
    Property Value
    Type Description
    String[]

    IsMigrating

    Declaration
    public bool IsMigrating { get; set; }
    Property Value
    Type Description
    Boolean

    Message

    Declaration
    public string Message { get; set; }
    Property Value
    Type Description
    String

    Round

    Declaration
    public ulong Round { get; set; }
    Property Value
    Type Description
    UInt64

    Version

    Current version.

    Declaration
    public string Version { get; set; }
    Property Value
    Type Description
    String

    Methods

    Equals(HealthCheck)

    Declaration
    public bool Equals(HealthCheck other)
    Parameters
    Type Name Description
    HealthCheck other
    Returns
    Type Description
    Boolean
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾