RestoreRecord

@Serializable
data class RestoreRecord(val runId: String, val source: SourceRef, val files: List<RestoreFileRecord>, val startedAtEpochMs: Long, val completedAtEpochMs: Long? = null)(source)

Durable progress of one restore chain. Saved after every file so a killed process resumes exactly where it stopped.

Constructors

Link copied to clipboard
constructor(runId: String, source: SourceRef, files: List<RestoreFileRecord>, startedAtEpochMs: Long, completedAtEpochMs: Long? = null)

Properties

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