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";
48 name =
"majority_and_persist_to_active";
51 name =
"persist_to_majority";
54 return format_to(ctx.out(),
"{}", name);
Represents a single item from the result of 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 ...
Definition durability_level.hxx:46
@ none
No enhanced durability required for the mutation.
Definition durability_level.hxx:37
@ majority_and_persist_to_active
The mutation must be replicated to a majority of the Data Service nodes.
Definition durability_level.hxx:56
@ persist_to_majority
The mutation must be persisted to a majority of the Data Service nodes.
Definition durability_level.hxx:65