MongoDBMigrationProgress.Databases Property

Definition

The progress of the databases in the migration. The keys are the names of the databases.

public System.Collections.Generic.IReadOnlyDictionary<string,Azure.ResourceManager.DataMigration.Models.MongoDBDatabaseProgress> Databases { get; }
member this.Databases : System.Collections.Generic.IReadOnlyDictionary<string, Azure.ResourceManager.DataMigration.Models.MongoDBDatabaseProgress>
Public ReadOnly Property Databases As IReadOnlyDictionary(Of String, MongoDBDatabaseProgress)

Property Value

Applies to