DatabaseIdMapping.

DatabaseIdMapping(string) Constructor

Summary

Will maintain the ID mapping as a BTree in the file with the given path.

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