LogNoBuffer Property

BerkeleyDB

If true, system buffering is turned off for Berkeley DB log files to avoid double caching.

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

Syntax

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

See Also