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, int nodeSize, int commitFrequency)
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.
Parameters
Name | Type | Description |
---|---|---|
fileName | string | The location where the BTree file should be created. |
nodeSize | int | The size of a BTree node |
commitFrequency | int | The number of inserts after which a commit should be issued (<=0: never commit) |
Return Value
Type | Description |
---|---|
void |