Summary
Creates a configuration for a defragmentation run.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Defragment - Containing Type
- DefragmentConfig
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 |