NamedRepartitionDescription.NamesToRemove 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.
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.