72#ifndef COUCHBASE_CXX_CLIENT_DOXYGEN
76 counter(std::string path, int64_t value)
77 : path_(std::move(path))
82 void encode(core::impl::subdoc::command_bundle& bundle)
const;
87 bool create_path_{
false };
Definition mutate_in_specs.hxx:80
An intention to perform a SubDocument counter operation.
Definition counter.hxx:39
auto xattr(bool value=true) -> counter &
Sets that this is an extended attribute (xattr) field.
Definition counter.hxx:50
auto create_path(bool value=true) -> counter &
Sets that this parent fields should be created automatically.
Definition counter.hxx:65
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28