Dispose store

Removes a given partition without disposing the entirely Object Store. Whether using a persistent store or not, internally, this operation performs a clear() of the items, so a user should still be able perform other operations. For persistent stores, this operation only deletes the contents of the folder but not the folder itself. If the Object Store is not partitionable, this will only perform a clear() on its entries.

See full list.

Additional Information