If true, Berkeley DB automatically removes log files that are no longer needed.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0

Syntax

C#
public bool AutoRemove
Visual Basic (Declaration)
Public AutoRemove As Boolean
Visual C++
public:
bool AutoRemove

Remarks

Automatic log file removal is likely to make catastrophic recovery impossible.

Replication Manager applications operate in a group-aware manner for log file removal. Automatic log file removal simplifies the application.

Replication Base API applications rarely want to configure automatic log file removal as it increases the likelihood a master is unable to satisfy a client's request for a recent log record.

See Also