Share via


MongoMigrationCollection interface

Mongo source and target database and collection details.

Properties

migrationProgressDetails

Detailed migration status. Not included by default. NOTE: This property will not be serialized. It can only be populated by the server.

sourceCollection

Source collection name.

sourceDatabase

Source database name.

targetCollection

Target collection name.

targetDatabase

Target database name.

Property Details

migrationProgressDetails

Detailed migration status. Not included by default. NOTE: This property will not be serialized. It can only be populated by the server.

migrationProgressDetails?: MongoMigrationProgressDetails

Property Value

sourceCollection

Source collection name.

sourceCollection?: string

Property Value

string

sourceDatabase

Source database name.

sourceDatabase?: string

Property Value

string

targetCollection

Target collection name.

targetCollection?: string

Property Value

string

targetDatabase

Target database name.

targetDatabase?: string

Property Value

string