FerricStore.Flow.QueryIndexFormat (ferricstore_sdk v0.6.2)

Copy Markdown View Source

Opaque derived-storage codec identities for one query-index generation.

counter is nil when the generation has no exact count prefix.

Summary

Types

t()

@type t() :: %FerricStore.Flow.QueryIndexFormat{
  counter: binary() | nil,
  entry: binary(),
  key: binary(),
  query_row: binary(),
  raw: map(),
  reverse: binary()
}