RecordEvent

data class RecordEvent(val comment: String? = null, val op: Op, val cid: Cid? = null, val timestamp: Timestamp)

Logs lifecycle event on a record subject. Normally captured by automod from the firehose and emitted to ozone for historical tracking.

Constructors

Link copied to clipboard
constructor(comment: String? = null, op: Op, cid: Cid? = null, timestamp: Timestamp)

Properties

Link copied to clipboard
val cid: Cid? = null
Link copied to clipboard
val comment: String? = null
Link copied to clipboard
val op: Op
Link copied to clipboard