db4o

IFreespaceConfiguration Interface

interface to configure the freespace system to be used.

For a list of all members of this type, see IFreespaceConfiguration Members.

public interface 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.

Requirements

Namespace: Db4objects.Db4o.Config

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

See Also

IFreespaceConfiguration Members | Db4objects.Db4o.Config Namespace