Click or drag to resize

Metadata Constructor

Construct a metadata object.

Namespace:  MaxMind.Db
Assembly:  MaxMind.Db (in MaxMind.Db.dll) Version: 2.6.1
Syntax
public Metadata(
	int binaryFormatMajorVersion,
	int binaryFormatMinorVersion,
	ulong buildEpoch,
	string databaseType,
	IDictionary<string, string> description,
	int ipVersion,
	IReadOnlyList<string> languages,
	long nodeCount,
	int recordSize
)

Parameters

binaryFormatMajorVersion
Type: SystemInt32
binaryFormatMinorVersion
Type: SystemInt32
buildEpoch
Type: SystemUInt64
databaseType
Type: SystemString
description
Type: System.Collections.GenericIDictionaryString, String
ipVersion
Type: SystemInt32
languages
Type: System.Collections.GenericIReadOnlyListString
nodeCount
Type: SystemInt64
recordSize
Type: SystemInt32
See Also