DefragmentConfig.

DefragmentConfig(string, string) Constructor

Summary

Creates a configuration for a defragmentation run with in-memory mapping.

Syntax

public DefragmentConfig(string origPath, string backupPath)

Remarks

Creates a configuration for a defragmentation run with in-memory mapping. All properties other than the provided paths are set to FALSE by default.

Parameters

Name Type Description
origPath string The path to the file to be defragmented. Must exist and must be a valid db4o file.
backupPath string The path to the backup of the original file. No file should exist at this position, otherwise it will be OVERWRITTEN if forceBackupDelete() is set to true!

Return Value

Type Description
void