Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

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.

  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.