MongoDbMigrationProgress.Databases Property

Definition

Gets or sets the progress of the databases in the migration. The keys are the names of the databases

[Newtonsoft.Json.JsonProperty(PropertyName="databases")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataMigration.Models.MongoDbDatabaseProgress> Databases { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="databases")>]
member this.Databases : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataMigration.Models.MongoDbDatabaseProgress> with get, set
Public Property Databases As IDictionary(Of String, MongoDbDatabaseProgress)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to