NamedRepartitionDescription.NamesToAdd プロパティ

定義

サービスに追加するパーティション名の一覧を取得します。

public System.Collections.Generic.IList<string> NamesToAdd { get; }
member this.NamesToAdd : System.Collections.Generic.IList<string>
Public ReadOnly Property NamesToAdd As IList(Of String)

プロパティ値

追加するパーティション名の一覧。

注釈

ステートフル サービスに新しいパーティション名を追加する場合、データ移行は実行されません。 新しく追加されたパーティションには、ユーザー データはありません。

適用対象