MongoDBDatabaseProgress Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the progress of a database.
public class MongoDBDatabaseProgress : Azure.ResourceManager.DataMigration.Models.MongoDBProgress
type MongoDBDatabaseProgress = class
inherit MongoDBProgress
Public Class MongoDBDatabaseProgress
Inherits MongoDBProgress
- Inheritance
Properties
BytesCopied |
The number of document bytes copied during the Copying stage. (Inherited from MongoDBProgress) |
Collections |
The progress of the collections in the database. The keys are the unqualified names of the collections. |
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
Azure SDK for .NET