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