StoreStatsChangedEventData

data class StoreStatsChangedEventData(val storeId: String, val contextId: String, val lastFileDate: Long?, val filesCount: Long?)

Holds information about changes in a Store's statistics.

Constructors

Link copied to clipboard
constructor(storeId: String, contextId: String, lastFileDate: Long?, filesCount: Long?)

Properties

Link copied to clipboard

ID of the changed Store's Context

Link copied to clipboard

Updated number of files in the Store

Link copied to clipboard

Updated date of the last file in the Store

Link copied to clipboard

ID of the changed Store