NoMMap Property

BerkeleyDB

If true, this database is not mapped into process memory.

See MMapSize for further information.

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

Syntax

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

See Also