DefragmentConfig.

DefragmentConfig(string) Constructor

Summary

Creates a configuration for a defragmentation run.

Syntax

public DefragmentConfig(string origPath)

Remarks

Creates a configuration for a defragmentation run. The backup and mapping file paths are generated from the original path by appending the default suffixes. 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.

Return Value

Type Description
void