Summary
Configuration for a defragmentation run.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Defragment - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["DefragmentConfig"]
class Type type-node
Syntax
public class DefragmentConfig
Remarks
Configuration for a defragmentation run.
Constructors
Name | Summary |
---|---|
DefragmentConfig |
Creates a configuration for a defragmentation run. |
DefragmentConfig |
Creates a configuration for a defragmentation run with in-memory mapping. |
DefragmentConfig |
Creates a configuration for a defragmentation run. |
Fields
Name | Constant Value | Summary |
---|---|---|
BackupSuffix |
static
|
|
Debug | False |
static
|
Methods
Name | Value | Summary |
---|---|---|
BackupPath |
string | |
BackupStorage |
IStorage | |
BackupStorage |
void | |
BlockSize |
int | |
ClonedDb4oConfig |
IConfiguration | |
Db4oConfig |
IConfiguration | |
Db4oConfig |
void | |
Db4oConfig |
void | |
FileNeedsUpgrade |
bool | |
ForceBackupDelete |
bool | |
ForceBackupDelete |
void | |
Mapping |
IIdMapping | |
Object |
int | |
Object |
void | |
OrigPath |
string | |
ReadOnly |
bool | |
ReadOnly |
void |
allows turning on and off readonly mode.
When changed classes are likely to be detected defragment, it may be required to open the original database in read/write mode. |
StoredClassFilter |
IStoredClassFilter | |
StoredClassFilter |
void | |
TempPath |
string | |
UpgradeFile |
void |
Instruct the defragment process to upgrade the source file to the current db4o
version prior to defragmenting it.
|
VanillaDb4oConfig |
IConfiguration |
static
|
See Also
- Db4objects.Db4o.Defragment.Defragment