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.1.3
Syntax
public enum FileAccessMode
Members
  Member nameValueDescription
MemoryMapped0 Open the file in memory mapped mode. Does not load into real memory.
Memory1 Load the file into memory.
See Also