IQRF Repository JavaScript client - v0.1.5
    Preparing search index...

    Class Status

    Status

    Index

    Constructors

    • Constructor

      Parameters

      • apiVersion: number

        API version

      • hostname: string

        Server host name

      • user: string

        Authenticated user name

      • buildDateTime: DateTime

        Server build date and time

      • startDateTime: DateTime

        Server startup date and time

      • dateTime: DateTime

        Current date and time

      • databaseChecksum: string | bigint

        Checksum of database tables

      • databaseChangeDateTime: DateTime

        Last database update date and time

      Returns Status

    Properties

    apiVersion: number

    API version

    buildDateTime: DateTime

    Server build date and time

    databaseChangeDateTime: DateTime

    Last database update date and time

    databaseChecksum: bigint

    Checksum of database tables

    dateTime: DateTime

    Current date and time

    hostname: string

    Server host name

    startDateTime: DateTime

    Server startup date and time

    user: string

    Authenticated user name

    Methods