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

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.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, and automatic log file removal simplifies the application.

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

See Also