Click or drag to resize

FileAccessMode Enumeration

An enumeration specifying the API to use to read the database

Namespace:  MaxMind.Db
Assembly:  MaxMind.Db (in MaxMind.Db.dll) Version: 2.6.1
Syntax
public enum FileAccessMode
Members
  Member nameValueDescription
MemoryMapped0 Open the file in memory mapped mode. Does not load into real memory.
MemoryMappedGlobal1 Open the file in global memory mapped mode. Requires the 'create global objects' right. Does not load into real memory.
Memory2 Load the file into memory.
See Also