Destroy the block filter index with the given type. Returns false if no such index exists. This just releases the allocated memory and closes the database connection, it does not delete the index data.

Synopsis

Declared in <index/blockfilterindex.h>

bool
DestroyBlockFilterIndex(BlockFilterType filter_type);

Return Value

True if an index was destroyed, false if none existed.

Parameters

Name

Description

filter_type

Filter type of the index to destroy.

Created with MrDocs