SyncedEntry

@Serializable
data class SyncedEntry(val size: Long, val hash: String? = null, val remoteId: String? = null)(source)

hash is sha256-hex for hash-compared entries, null for size-compared ones (identity = path + size).

Constructors

Link copied to clipboard
constructor(size: Long, hash: String? = null, remoteId: String? = null)

Properties

Link copied to clipboard
val hash: String?
Link copied to clipboard
Link copied to clipboard
val size: Long