IFreespaceConfiguration.

FreespaceFiller(IFreespaceFiller) Method

Summary

Configure a way to overwrite freed space in the database file with custom (for example: random) bytes.

Syntax

void FreespaceFiller(IFreespaceFiller freespaceFiller)

Remarks

Configure a way to overwrite freed space in the database file with custom (for example: random) bytes. Will slow down I/O operation. The value of this setting may be cached internally and can thus not be reliably set after an object container has been opened.

Parameters

Name Type Description
freespaceFiller IFreespaceFiller The freespace overwriting callback to use

Return Value

Type Description
void