FerricStore.Flow.QueryIndexCoverage (ferricstore_sdk v0.6.2)

Copy Markdown View Source

Shard coverage and validation state for an index generation.

Summary

Types

t()

@type t() :: %FerricStore.Flow.QueryIndexCoverage{
  complete_shards: non_neg_integer(),
  raw: map(),
  total_shards: pos_integer(),
  validation: binary()
}