Declared in PartitionedDataStorage

Declaration

bool DeletePartition(
    string partition
);

Description

Deletes a particular partition from the storage system. This will delete the entire partition and all the data stored within it.

Parameters

NameDescription
partitionThe partition to delete