32 template<
typename ParseContext>
33 constexpr auto parse(ParseContext& ctx)
38 template<
typename FormatContext>
41 string_view name =
"unknown";
50 name =
"majority_and_persist_to_active";
53 name =
"persist_to_majority";
56 return format_to(ctx.out(),
"{}", name);
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28
durability_level
Specifies enhanced durability options for the mutation.
Definition durability_level.hxx:30
@ majority
The mutation must be replicated to a majority of the Data Service nodes (that is, held in the memory ...
@ none
No enhanced durability required for the mutation.
@ majority_and_persist_to_active
The mutation must be replicated to a majority of the Data Service nodes.
@ persist_to_majority
The mutation must be persisted to a majority of the Data Service nodes.