Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Enum SubdocPathFlags

    Flags for indicating additional actions when working with subdocument paths.

    Namespace: Couchbase.KeyValue
    Assembly: Couchbase.NetClient.dll
    Syntax
    [Flags]
    public enum SubdocPathFlags : byte

    Fields

    Name Description
    CreatePath

    Creates path if it does not exist.

    ExpandMacroValues

    Indicates that the server should expand any macros before storing the value. Infers SubdocDocFlags.Xattr. Only for internal diagnostic use only and is an unsupported feature.

    None

    No path flags have been specified.

    Xattr

    Path refers to a location within the document’s attributes section.

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