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
| Name | Description |
|---|---|
| partition | The partition to delete |