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.