73#ifndef COUCHBASE_CXX_CLIENT_DOXYGEN
77 array_append(std::string path, std::vector<std::vector<std::byte>> values)
78 : path_(std::move(path))
79 , values_(std::move(values))
83 void encode(core::impl::subdoc::command_bundle& bundle)
const;
86 std::vector<std::vector<std::byte>> values_;
88 bool create_path_{
false };
Definition mutate_in_specs.hxx:80
An intention to perform a SubDocument array_append operation.
Definition array_append.hxx:41
auto xattr(bool value=true) -> array_append &
Sets that this is an extended attribute (XATTR) field.
Definition array_append.hxx:51
auto create_path(bool value=true) -> array_append &
Sets that this parent fields should be created automatically.
Definition array_append.hxx:66
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28