KvdbStatsEventData

data class KvdbStatsEventData(val kvdbId: String, val lastEntryDate: Long?, val entries: Long?)

Holds data of event that arrives when KVDB stats change.

Constructors

Link copied to clipboard
constructor(kvdbId: String, lastEntryDate: Long?, entries: Long?)

Properties

Link copied to clipboard

Updated number of entries in the KVDB

Link copied to clipboard

KVDB ID

Link copied to clipboard

Timestamp of the most recent KVDB item