MongoDbCommandInput interface
Describes the input to the 'cancel' and 'restart' MongoDB migration commands
Properties
object |
The qualified name of a database or collection to act upon, or null to act upon the entire migration |
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