Summary
Will maintain the ID mapping as a BTree in the file with the given path.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Defragment - Containing Type
- DatabaseIdMapping
Syntax
public DatabaseIdMapping(string fileName)
Remarks
Will maintain the ID mapping as a BTree in the file with the given path.
If a file exists in this location, it will be DELETED.
Node size and cache height of the tree will be the default values used by
the BTree implementation. The tree will never commit.
Parameters
Name | Type | Description |
---|---|---|
fileName | string | The location where the BTree file should be created. |
Return Value
Type | Description |
---|---|
void |