MongoDbFinishCommandInput interface
Describes the input to the 'finish' MongoDB migration command
- Extends
Properties
immediate | If true, replication for the affected objects will be stopped immediately. If false, the migrator will finish replaying queued events before finishing the replication. |
Inherited Properties
object |
The qualified name of a database or collection to act upon, or null to act upon the entire migration |
Property Details
immediate
If true, replication for the affected objects will be stopped immediately. If false, the migrator will finish replaying queued events before finishing the replication.
immediate: boolean
Property Value
boolean
Inherited Property Details
objectName
The qualified name of a database or collection to act upon, or null to act upon the entire migration
objectName?: string
Property Value
string
Inherited From MongoDbCommandInput.objectName