LogForceSync Property

BerkeleyDB

If true, Berkeley DB will flush log writes to the backing disk before returning from the write system call, rather than flushing log writes explicitly in a separate system call, as necessary.

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

Syntax

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

See Also