次の方法で共有


MongoDBDatabaseProgress.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)

プロパティ値

適用対象