MongoMigrationProgressDetails interface   
Detailed status of collection migration.
Properties
| duration | 
	Migration duration NOTE: This property will not be serialized. It can only be populated by the server.  | 
| migration | 
	Migration Error NOTE: This property will not be serialized. It can only be populated by the server.  | 
| migration | 
	Migration Status NOTE: This property will not be serialized. It can only be populated by the server.  | 
| processed | 
	Processed Document Count NOTE: This property will not be serialized. It can only be populated by the server.  | 
| source | 
	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