RestoreFileRecord

@Serializable
data class RestoreFileRecord(val path: String, val toLocalPath: String, val remoteId: String? = null, val required: Boolean = true, val done: Boolean = false, val attempts: Int = 0, val group: String? = null, val downloaded: Boolean = false)(source)

Constructors

Link copied to clipboard
constructor(path: String, toLocalPath: String, remoteId: String? = null, required: Boolean = true, done: Boolean = false, attempts: Int = 0, group: String? = null, downloaded: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard

Placed: the app accepted it.

Link copied to clipboard

Local at toLocalPath but not yet placed; a kill between the two resumes at placement.

Link copied to clipboard
Link copied to clipboard

The key the file is grouped and counted under.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard