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.2.0
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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also