on_cleanup


Description:

public signal void on_cleanup ()

Signal emitted when cleanup is performed (after files are deleted).

OLLMfiles.SQT.VectorMetadata (in libocfiles) can listen to this signal to clean up vector metadata entries for deleted files using a bulk DELETE query.

Emitted by cleanup() after cleanup is complete. This allows tools to perform bulk cleanup operations efficiently.