31struct fmt::formatter<
couchbase::query_scan_consistency> {
32 template<
typename ParseContext>
33 constexpr auto parse(ParseContext& ctx)
38 template<
typename FormatContext>
41 string_view name =
"unknown";
47 name =
"request_plus";
50 return format_to(ctx.out(),
"{}", name);
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28
query_scan_consistency
Definition query_scan_consistency.hxx:22
@ request_plus
The indexer will wait until all mutations have been processed at the time of request before returning...
@ not_bounded
The indexer will return whatever state it has to the query engine at the time of query.