corda / net.corda.core.flows / LedgerRecoveryResult

LedgerRecoveryResult

data class LedgerRecoveryResult

Constructors

<init>

LedgerRecoveryResult(totalRecoveredRecords: Long, totalRecoveredTransactions: Long, totalRecoveredInFlightTransactions: Long, totalErrors: Long)

Properties

totalErrors

val totalErrors: Long

totalRecoveredInFlightTransactions

val totalRecoveredInFlightTransactions: Long

totalRecoveredRecords

val totalRecoveredRecords: Long

totalRecoveredTransactions

val totalRecoveredTransactions: Long