Mongo Db Database Progress Response
Describes the progress of a database
Constructors
Properties
The number of document bytes copied during the Copying stage
The progress of the collections in the database. The keys are the unqualified names of the collections
The number of documents copied during the Copying stage
The elapsed time in the format ddd.hh:mm:ss.fffffff (i.e. TimeSpan format)
The errors and warnings that have occurred for the current object. The keys are the error codes.
The number of oplog events awaiting replay
The number of oplog events replayed so far
The timestamp of the last oplog event received, or null if no oplog event has been received yet
The timestamp of the last oplog event replayed, or null if no oplog event has been replayed yet
The qualified name of the progress object. For a collection, this is the database-qualified name. For a database, this is the database name. For the overall migration, this is null.
The type of progress object Expected value is 'Database'.
The total number of document bytes on the source at the beginning of the Copying stage, or -1 if the total size was unknown
The total number of documents on the source at the beginning of the Copying stage, or -1 if the total count was unknown