LogZeroOnCreate Property

BerkeleyDB

If true, all pages of a log file are zeroed when that log file is created.

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

Syntax

C#
public bool LogZeroOnCreate { get; }
Visual Basic (Declaration)
Public ReadOnly Property LogZeroOnCreate As Boolean
Visual C++
public:
property bool LogZeroOnCreate {
	bool get ();
}

See Also