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. |