MarkerProperties

@Serializable
data class MarkerProperties(val lastReadId: String, val updatedAt: Instant, val version: Long)

Marks the current reading position on a specific timeline.

Constructors

Link copied to clipboard
constructor(lastReadId: String, updatedAt: Instant, version: Long)

Properties

Link copied to clipboard

ID of the last read item.

Link copied to clipboard
val updatedAt: Instant

Date at which this marker was updated.

Link copied to clipboard

Used for locking to prevent write conflicts.