MongoDBDatabaseProgress.Collections Property
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.
The progress of the collections in the database. The keys are the unqualified names of the collections.
public System.Collections.Generic.IReadOnlyDictionary<string,Azure.ResourceManager.DataMigration.Models.MongoDBCollectionProgress> Collections { get; }
member this.Collections : System.Collections.Generic.IReadOnlyDictionary<string, Azure.ResourceManager.DataMigration.Models.MongoDBCollectionProgress>
Public ReadOnly Property Collections As IReadOnlyDictionary(Of String, MongoDBCollectionProgress)