DataMigrationMongoDBDatabaseProgress 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 DataMigrationMongoDBDatabaseProgress : Azure.ResourceManager.DataMigration.Models.DataMigrationMongoDBProgress, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.DataMigrationMongoDBDatabaseProgress>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.DataMigrationMongoDBDatabaseProgress>
type DataMigrationMongoDBDatabaseProgress = class
inherit DataMigrationMongoDBProgress
interface IJsonModel<DataMigrationMongoDBDatabaseProgress>
interface IPersistableModel<DataMigrationMongoDBDatabaseProgress>
Public Class DataMigrationMongoDBDatabaseProgress
Inherits DataMigrationMongoDBProgress
Implements IJsonModel(Of DataMigrationMongoDBDatabaseProgress), IPersistableModel(Of DataMigrationMongoDBDatabaseProgress)
- Inheritance
- Implements
Properties
BytesCopied |
The number of document bytes copied during the Copying stage. (Inherited from DataMigrationMongoDBProgress) |
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 DataMigrationMongoDBProgress) |
ElapsedTime |
The elapsed time in the format [ddd.]hh:mm:ss[.fffffff] (i.e. TimeSpan format). (Inherited from DataMigrationMongoDBProgress) |
Errors |
The errors and warnings that have occurred for the current object. The keys are the error codes. (Inherited from DataMigrationMongoDBProgress) |
EventsPending |
The number of oplog events awaiting replay. (Inherited from DataMigrationMongoDBProgress) |
EventsReplayed |
The number of oplog events replayed so far. (Inherited from DataMigrationMongoDBProgress) |
LastEventOn |
The timestamp of the last oplog event received, or null if no oplog event has been received yet. (Inherited from DataMigrationMongoDBProgress) |
LastReplayOn |
The timestamp of the last oplog event replayed, or null if no oplog event has been replayed yet. (Inherited from DataMigrationMongoDBProgress) |
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 DataMigrationMongoDBProgress) |
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 DataMigrationMongoDBProgress) |
State |
Gets the state. (Inherited from DataMigrationMongoDBProgress) |
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 DataMigrationMongoDBProgress) |
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 DataMigrationMongoDBProgress) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |