Bagikan melalui


MongoDBDatabaseProgress.Collections Property

Definition

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)

Property Value

Applies to