Enum StoreSemantics
Flags for indicating additional actions when working with MutateIn Sub-Document operations.
Namespace: Couchbase.KeyValue
Assembly: Couchbase.NetClient.dll
Syntax
[Flags]
public enum StoreSemantics : byte
Fields
Name | Description |
---|---|
AccessDeleted | Allows access to a deleted document's attributes section. Only for internal diagnostic use only and is an unsupported feature. |
Insert | Create the document; fail if it exists. |
Replace | Replace the document; fail if the document does not exist. |
Upsert | Creates the document; update the document if it exists. |