drop

drop();

The drop method of the JadeDbFilePartition class removes objects in the global partition index, removes the partition, and marks it as deleted.

The drop method does not execute destructors or trigger inverse maintenance, which means that inversed collections that referenced objects in the partition will contain invalid object references after the drop method has completed.