Click or drag to resize

Metadata Class

Data about the database file itself
Inheritance Hierarchy
SystemObject
  MaxMind.DbMetadata

Namespace:  MaxMind.Db
Assembly:  MaxMind.Db (in MaxMind.Db.dll) Version: 2.6.1
Syntax
public sealed class Metadata

The Metadata type exposes the following members.

Constructors
  NameDescription
Public methodMetadata
Construct a metadata object.
Top
Properties
  NameDescription
Public propertyBinaryFormatMajorVersion
The major version number for the MaxMind DB binary format used by the database.
Public propertyBinaryFormatMinorVersion
The minor version number for the MaxMind DB binary format used by the database.
Public propertyBuildDate
The date-time of the database build.
Public propertyDatabaseType
The MaxMind DB database type.
Public propertyDescription
A map from locale codes to the database description in that language.
Public propertyIPVersion
The IP version that the database supports. This will be 4 or 6.
Public propertyLanguages
A list of locale codes for languages that the database supports.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also