MongoMigrationCollection interface
Mongo source and target database and collection details.
Properties
| migration |
Detailed migration status. Not included by default. NOTE: This property will not be serialized. It can only be populated by the server. |
| source |
Source collection name. |
| source |
Source database name. |
| target |
Target collection name. |
| target |
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