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