Partager via


MongoDbDatabaseProgress.Collections Property

Definition

Gets or sets the progress of the collections in the database. The keys are the unqualified names of the collections

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to