BackupKit
Toggle table of contents
0.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
BackupKit
BackupKit
/
com.vocabloot.backupkit
/
SyncedEntry
Synced
Entry
@
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).
Members
Constructors
Synced
Entry
Link copied to clipboard
constructor
(
size
:
Long
,
hash
:
String
?
=
null
,
remoteId
:
String
?
=
null
)
Properties
hash
Link copied to clipboard
val
hash
:
String
?
remote
Id
Link copied to clipboard
val
remoteId
:
String
?
size
Link copied to clipboard
val
size
:
Long