MongoDBCollectionProgress Class

Definition

Describes the progress of a collection.

public class MongoDBCollectionProgress : Azure.ResourceManager.DataMigration.Models.MongoDBProgress
type MongoDBCollectionProgress = class
    inherit MongoDBProgress
Public Class MongoDBCollectionProgress
Inherits MongoDBProgress
Inheritance
MongoDBCollectionProgress

Properties

BytesCopied

The number of document bytes copied during the Copying stage.

(Inherited from MongoDBProgress)
DocumentsCopied

The number of documents copied during the Copying stage.

(Inherited from MongoDBProgress)
ElapsedTime

The elapsed time in the format [ddd.]hh:mm:ss[.fffffff] (i.e. TimeSpan format).

(Inherited from MongoDBProgress)
Errors

The errors and warnings that have occurred for the current object. The keys are the error codes.

(Inherited from MongoDBProgress)
EventsPending

The number of oplog events awaiting replay.

(Inherited from MongoDBProgress)
EventsReplayed

The number of oplog events replayed so far.

(Inherited from MongoDBProgress)
LastEventOn

The timestamp of the last oplog event received, or null if no oplog event has been received yet.

(Inherited from MongoDBProgress)
LastReplayOn

The timestamp of the last oplog event replayed, or null if no oplog event has been replayed yet.

(Inherited from MongoDBProgress)
Name

The name of the progress object. For a collection, this is the unqualified collection name. For a database, this is the database name. For the overall migration, this is null.

(Inherited from MongoDBProgress)
QualifiedName

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.

(Inherited from MongoDBProgress)
State

Gets the state.

(Inherited from MongoDBProgress)
TotalBytes

The total number of document bytes on the source at the beginning of the Copying stage, or -1 if the total size was unknown.

(Inherited from MongoDBProgress)
TotalDocuments

The total number of documents on the source at the beginning of the Copying stage, or -1 if the total count was unknown.

(Inherited from MongoDBProgress)

Applies to