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

[Missing <param name="binaryFormatMajorVersion"/> documentation for "M:MaxMind.Db.Metadata.#ctor(System.Int32,System.Int32,System.UInt64,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Int32,System.Collections.Generic.IReadOnlyList{System.String},System.Int64,System.Int32)"]

binaryFormatMinorVersion
Type: SystemInt32

[Missing <param name="binaryFormatMinorVersion"/> documentation for "M:MaxMind.Db.Metadata.#ctor(System.Int32,System.Int32,System.UInt64,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Int32,System.Collections.Generic.IReadOnlyList{System.String},System.Int64,System.Int32)"]

buildEpoch
Type: SystemUInt64

[Missing <param name="buildEpoch"/> documentation for "M:MaxMind.Db.Metadata.#ctor(System.Int32,System.Int32,System.UInt64,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Int32,System.Collections.Generic.IReadOnlyList{System.String},System.Int64,System.Int32)"]

databaseType
Type: SystemString

[Missing <param name="databaseType"/> documentation for "M:MaxMind.Db.Metadata.#ctor(System.Int32,System.Int32,System.UInt64,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Int32,System.Collections.Generic.IReadOnlyList{System.String},System.Int64,System.Int32)"]

description
Type: System.Collections.GenericIDictionaryString, String

[Missing <param name="description"/> documentation for "M:MaxMind.Db.Metadata.#ctor(System.Int32,System.Int32,System.UInt64,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Int32,System.Collections.Generic.IReadOnlyList{System.String},System.Int64,System.Int32)"]

ipVersion
Type: SystemInt32

[Missing <param name="ipVersion"/> documentation for "M:MaxMind.Db.Metadata.#ctor(System.Int32,System.Int32,System.UInt64,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Int32,System.Collections.Generic.IReadOnlyList{System.String},System.Int64,System.Int32)"]

languages
Type: System.Collections.GenericIReadOnlyListString

[Missing <param name="languages"/> documentation for "M:MaxMind.Db.Metadata.#ctor(System.Int32,System.Int32,System.UInt64,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Int32,System.Collections.Generic.IReadOnlyList{System.String},System.Int64,System.Int32)"]

nodeCount
Type: SystemInt64

[Missing <param name="nodeCount"/> documentation for "M:MaxMind.Db.Metadata.#ctor(System.Int32,System.Int32,System.UInt64,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Int32,System.Collections.Generic.IReadOnlyList{System.String},System.Int64,System.Int32)"]

recordSize
Type: SystemInt32

[Missing <param name="recordSize"/> documentation for "M:MaxMind.Db.Metadata.#ctor(System.Int32,System.Int32,System.UInt64,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Int32,System.Collections.Generic.IReadOnlyList{System.String},System.Int64,System.Int32)"]

See Also