Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28
store_semantics
Describes how the outer document store semantics on subdoc should act.
Definition store_semantics.hxx:30
@ revive
Convert from a tombstone to a document.
@ replace
Replace the document, fail if it does not exist.
@ upsert
Replace the document or create it if it does not exist.
@ insert
Create the document, fail if it exists.