Bedrock.Directory.Node (bedrock v0.5.3)

View Source

A directory node returned by directory operations.

Contains the metadata and prefix for a directory, and can generate a keyspace for data storage within the directory.

Summary

Types

t()

@type t() :: %Bedrock.Directory.Node{
  directory_layer: Bedrock.Directory.Layer.t(),
  layer: binary() | nil,
  metadata: term() | nil,
  path: [String.t()],
  prefix: binary(),
  version: term() | nil
}