View Source Zenohex.Query.Options (Zenohex v0.2.0)

Documentation for Elixir.Zenohex.Query.Options.

Used by Zenohex.Session.get_timeout/4 and Zenohex.Session.get_reply_receiver/3.

Summary

Types

@type consolidation() :: :auto | :none | :monotonic | :latest
@type t() :: %Zenohex.Query.Options{consolidation: consolidation(), target: target()}
@type target() :: :best_matching | :all | :all_complete