LogAutoRemove Property

BerkeleyDB

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

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public bool LogAutoRemove { get; set; }
Visual Basic (Declaration)
Public Property LogAutoRemove As Boolean
Visual C++
public:
property bool LogAutoRemove {
	bool get ();
	void set (bool value);
}

See Also