Entry

data class Entry(val timestamp: Long, val version: Long, val maxAge: Int? = null, val index: EntryFileV2, val diffs: Map<String, EntryFileV2> = emptyMap())

Constructors

Link copied to clipboard
constructor(timestamp: Long, version: Long, maxAge: Int? = null, index: EntryFileV2, diffs: Map<String, EntryFileV2> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val maxAge: Int? = null
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun getDiff(timestamp: Long): EntryFileV2?