DataItemMigrationSummaryResultResponse

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

Basic summary of a data item migration

Constructors

Link copied to clipboard
constructor(endedOn: String, errorPrefix: String, itemsCompletedCount: Double, itemsCount: Double, name: String, resultPrefix: String, 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

Migration start time

Link copied to clipboard

Current state of migration

Link copied to clipboard

Status message