An intention to perform a SubDocument replace operation.
More...
#include <couchbase/subdoc/replace.hxx>
|
auto | xattr (bool value=true) -> replace & |
| Sets that this is an extended attribute (xattr) field.
|
|
auto | binary (bool value=true) -> replace & |
| Sets whether the value should be treated as a binary.
|
|
An intention to perform a SubDocument replace operation.
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ binary()
auto binary |
( |
bool | value = true | ) |
-> replace&
|
|
inline |
Sets whether the value should be treated as a binary.
- 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()
auto xattr |
( |
bool | value = true | ) |
-> replace&
|
|
inline |
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: