Share via


NamedRepartitionDescription.NamesToRemove Property

Definition

Gets the list of partition names to remove from the service.

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

Property Value

The list of partition names to remove.

Remarks

Note that removing a partition name from a stateful service results in the permanent loss of all data stored in that partition. No migration of data is performed during the removal and the operation is not reversible. Re-adding a previously removed partition name results in a new partition containing no user data.

Applies to