An intention to perform a SubDocument array_prepend operation.
More...
#include <couchbase/subdoc/array_prepend.hxx>
|
auto | xattr (bool value=true) -> array_prepend & |
| Sets that this is an extended attribute (xattr) field.
|
|
auto | create_path (bool value=true) -> array_prepend & |
| Sets that this parent fields should be created automatically.
|
|
An intention to perform a SubDocument array_prepend operation.
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ create_path()
Sets that this parent fields should be created automatically.
- Parameters
-
value | new value for the option |
- Returns
- this, for chaining
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ xattr()
Sets that this is an extended attribute (xattr) field.
- Parameters
-
value | new value for the option |
- Returns
- this, for chaining
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
The documentation for this class was generated from the following file: