If true, enables full logging of blob data. Required if using HA or the hotbackup utility.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet61 (in libdb_dotnet61.dll) Version: 6.1.19.0

Syntax

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

See Also