31struct fmt::formatter<
couchbase::search_scan_consistency> {
32 template<
typename ParseContext>
33 constexpr auto parse(ParseContext& ctx)
38 template<
typename FormatContext>
41 string_view name =
"unknown";
47 return format_to(ctx.out(),
"{}", name);
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28
search_scan_consistency
Definition search_scan_consistency.hxx:22
@ not_bounded
This is the default, the indexer does not wait for certain index updates until it returns the current...