DatabaseSummaryResult interface

Summary of database results in the migration

Extends

Properties

sizeMB

Size of the database in megabytes NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

endedOn

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

errorPrefix

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.

itemsCompletedCount

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

itemsCount

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

name

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

resultPrefix

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.

startedOn

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

state

Current state of migration NOTE: This property will not be serialized. It can only be populated by the server.

statusMessage

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

Property Details

sizeMB

Size of the database in megabytes NOTE: This property will not be serialized. It can only be populated by the server.

sizeMB?: number

Property Value

number

Inherited Property Details

endedOn

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

endedOn?: Date

Property Value

Date

Inherited From DataItemMigrationSummaryResult.endedOn

errorPrefix

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.

errorPrefix?: string

Property Value

string

Inherited From DataItemMigrationSummaryResult.errorPrefix

itemsCompletedCount

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

itemsCompletedCount?: number

Property Value

number

Inherited From DataItemMigrationSummaryResult.itemsCompletedCount

itemsCount

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

itemsCount?: number

Property Value

number

Inherited From DataItemMigrationSummaryResult.itemsCount

name

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

name?: string

Property Value

string

Inherited From DataItemMigrationSummaryResult.name

resultPrefix

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.

resultPrefix?: string

Property Value

string

Inherited From DataItemMigrationSummaryResult.resultPrefix

startedOn

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

startedOn?: Date

Property Value

Date

Inherited From DataItemMigrationSummaryResult.startedOn

state

Current state of migration NOTE: This property will not be serialized. It can only be populated by the server.

state?: string

Property Value

string

Inherited From DataItemMigrationSummaryResult.state

statusMessage

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

statusMessage?: string

Property Value

string

Inherited From DataItemMigrationSummaryResult.statusMessage