Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataItemMigrationSummaryResult

Package version

Basic summary of a data item migration

Hierarchy

Index

Properties

Optional endedOn

endedOn: Date

Migration end time NOTE: This property will not be serialized. It can only be populated by the server.

Optional errorPrefix

errorPrefix: undefined | string

Wildcard string prefix to use for querying all errors of the item NOTE: This property will not be serialized. It can only be populated by the server.

Optional itemsCompletedCount

itemsCompletedCount: undefined | number

Number of successfully completed items NOTE: This property will not be serialized. It can only be populated by the server.

Optional itemsCount

itemsCount: undefined | number

Number of items NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

Name of the item NOTE: This property will not be serialized. It can only be populated by the server.

Optional resultPrefix

resultPrefix: undefined | string

Wildcard string prefix to use for querying all sub-tem results of the item NOTE: This property will not be serialized. It can only be populated by the server.

Optional startedOn

startedOn: Date

Migration start time NOTE: This property will not be serialized. It can only be populated by the server.

Optional state

Current state of migration. Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped' NOTE: This property will not be serialized. It can only be populated by the server.

Optional statusMessage

statusMessage: undefined | string

Status message NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc