Couchbase .NET SDK __CB_SDK_VERSION__

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
BinaryValue

Indicates this field is binary. This is used in conjunction with ReplaceBodyWithXattr in the transactions to properly re-encode (on the server side) the base64 encoded xattr, so it shows up as a decoded base64 document body.

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.

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