GetHostStatusResponse

data class GetHostStatusResponse(val hostname: String, val seq: Long? = null, val accountCount: Long? = null, val status: HostStatus? = null)

Parameters

seq

Recent repo stream event sequence number. May be delayed from actual stream processing (eg, persisted cursor not in-memory cursor).

accountCount

Number of accounts on the server which are associated with the upstream host. Note that the upstream may actually have more accounts.

Constructors

Link copied to clipboard
constructor(hostname: String, seq: Long? = null, accountCount: Long? = null, status: HostStatus? = null)

Properties

Link copied to clipboard
val accountCount: Long? = null

Number of accounts on the server which are associated with the upstream host. Note that the upstream may actually have more accounts.

Link copied to clipboard
Link copied to clipboard
val seq: Long? = null

Recent repo stream event sequence number. May be delayed from actual stream processing (eg, persisted cursor not in-memory cursor).

Link copied to clipboard
val status: HostStatus? = null