If true, Berkeley DB flushes 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_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.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