If true, transaction logs are maintained in-memory rather than on disk. This means that transactions exhibit the ACI (atomicity, consistency, and isolation) properties, but not D (durability).

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0

Syntax

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

See Also