Skip to main content
This action is irreversible. Proceed with caution.
Deletes the current index and all its associated data.
void DeleteIndex();

Exceptions

  • Throws if the index could not be deleted.

Example Usage

index->DeleteIndex();
I