Click or drag to resize

SubdocPathFlags Enumeration

Flags for indicating additional actions when working with subdocument paths.

Namespace:  Couchbase.KeyValue
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
[FlagsAttribute]
public enum SubdocPathFlags
Members
  Member nameValueDescription
None0 No path flags have been specified.
CreatePath1 Creates path if it does not exist.
Xattr4 Path refers to a location within the document’s attributes section.
ExpandMacroValues16 Indicates that the server should expand any macros before storing the value. Infers Xattr. Only for internal diagnostic use only and is an unsupported feature.
See Also