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