SystemMemory Property

BerkeleyDB

If true, allocate region memory from system shared memory instead of from heap memory or memory backed by the filesystem.

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

Syntax

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

See Also