Summary
Configure a way to overwrite freed space in the database file with custom
(for example: random) bytes.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- I
Freespace Configuration
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 |