IExtObjectContainer.

Purge() Method

Summary

unloads all clean indices from memory and frees unused objects.

Syntax

void Purge()

Remarks

unloads all clean indices from memory and frees unused objects.

This method can have a negative impact on performance since indices will have to be reread before further inserts, updates or queries can take place.

Return Value

Type Description
void