HistoryMigrationResult

data class HistoryMigrationResult(var numTotal: UInt, var numSucceeded: UInt, var numFailed: UInt, var totalDuration: ULong)

Constructors

Link copied to clipboard
constructor(numTotal: UInt, numSucceeded: UInt, numFailed: UInt, totalDuration: ULong)

Types

Link copied to clipboard
object Companion

Properties

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