[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

interface to configure the freespace system to be used.

Namespace: Db4objects.Db4o.Config
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Public Interface IFreespaceConfiguration
C#
public interface IFreespaceConfiguration
Visual C++
public interface class IFreespaceConfiguration

Remarks

interface to configure the freespace system to be used.

All methods should be called before opening database files. If db4o is instructed to exchange the system ( Db4objects.Db4o.Config.IFreespaceConfiguration.UseIndexSystem , Db4objects.Db4o.Config.IFreespaceConfiguration.UseRamSystem ) this will happen on opening the database file.

By default the index-based system will be used.