Share via


MongoMigrationProgressDetails interface

Detailed status of collection migration.

Properties

durationInSeconds

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

migrationError

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

migrationStatus

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

processedDocumentCount

Processed Document Count NOTE: This property will not be serialized. It can only be populated by the server.

sourceDocumentCount

Source Document Count NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

durationInSeconds

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

durationInSeconds?: number

Property Value

number

migrationError

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

migrationError?: string

Property Value

string

migrationStatus

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

migrationStatus?: string

Property Value

string

processedDocumentCount

Processed Document Count NOTE: This property will not be serialized. It can only be populated by the server.

processedDocumentCount?: number

Property Value

number

sourceDocumentCount

Source Document Count NOTE: This property will not be serialized. It can only be populated by the server.

sourceDocumentCount?: number

Property Value

number