ChangeLogEntry
data class ChangeLogEntry(val conversationId: QualifiedIDEntity, val messageId: String?, val eventType: ChangeLogEventType, val timestampMs: Long, val messageTimestampMs: Long)
Represents a single entry in the remote backup change log.
Constructors
Link copied to clipboard
constructor(conversationId: QualifiedIDEntity, messageId: String?, eventType: ChangeLogEventType, timestampMs: Long, messageTimestampMs: Long)
Properties
Link copied to clipboard
The conversation where the change occurred
Link copied to clipboard
The type of change that occurred
Link copied to clipboard
The original message timestamp used for chronology (epoch milliseconds)
Link copied to clipboard
The insertion timestamp when the changelog event was recorded (epoch milliseconds)