Couchbase .NET SDK | 3.7.2
Search Results for

    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.

    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.