interface StoreSemantics (View source)

An object which contains how to define the document level action to take during a MutateIn operation.

Constants

REPLACE

Replace the document, and fail if it does not exist.

UPSERT

Replace the document or create it if it does not exist.

INSERT

Create the document or fail if it already exists.