View Source MMDB2Decoder.Metadata (MMDB2 Decoder v3.0.1)

Metadata struct.

Link to this section Summary

Link to this section Types

@type t() :: %MMDB2Decoder.Metadata{
  binary_format_major_version: non_neg_integer(),
  binary_format_minor_version: non_neg_integer(),
  build_epoch: non_neg_integer(),
  database_type: String.t(),
  description: map(),
  ip_version: non_neg_integer(),
  languages: list(),
  node_byte_size: non_neg_integer(),
  node_count: non_neg_integer(),
  record_size: non_neg_integer(),
  tree_size: non_neg_integer()
}