data class LedgerRecoveryResult
<init> |
LedgerRecoveryResult(totalRecoveredRecords: Long, totalRecoveredTransactions: Long, totalRecoveredInFlightTransactions: Long, totalErrors: Long) |
totalErrors |
val totalErrors: Long |
totalRecoveredInFlightTransactions |
val totalRecoveredInFlightTransactions: Long |
totalRecoveredRecords |
val totalRecoveredRecords: Long |
totalRecoveredTransactions |
val totalRecoveredTransactions: Long |