 | 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[FlagsAttribute]
public enum SubdocPathFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No path flags have been specified.
|
| CreatePath | 1 |
Creates path if it does not exist.
|
| Xattr | 4 |
Path refers to a location within the document’s attributes section.
|
| ExpandMacroValues | 16 |
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