DatabaseSummaryResultResponse

data class DatabaseSummaryResultResponse(val endedOn: String, val errorPrefix: String, val itemsCompletedCount: Double, val itemsCount: Double, val name: String, val resultPrefix: String, val sizeMB: Double, val startedOn: String, val state: String, val statusMessage: String)

Summary of database results in the migration

Constructors

Link copied to clipboard
constructor(endedOn: String, errorPrefix: String, itemsCompletedCount: Double, itemsCount: Double, name: String, resultPrefix: String, sizeMB: Double, startedOn: String, state: String, statusMessage: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Migration end time

Link copied to clipboard

Wildcard string prefix to use for querying all errors of the item

Link copied to clipboard

Number of successfully completed items

Link copied to clipboard

Number of items

Link copied to clipboard

Name of the item

Link copied to clipboard

Wildcard string prefix to use for querying all sub-tem results of the item

Link copied to clipboard

Size of the database in megabytes

Link copied to clipboard

Migration start time

Link copied to clipboard

Current state of migration

Link copied to clipboard

Status message