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: System.Int32
binaryFormatMinorVersion
Type: System.Int32
buildEpoch
Type: System.UInt64
databaseType
Type: System.String
description
Type: System.Collections.Generic.IDictionary<String, String>
ipVersion
Type: System.Int32
languages
Type: System.Collections.Generic.IReadOnlyList<String>
nodeCount
Type: System.Int64
recordSize
Type: System.Int32
See Also