52 auto xattr(
bool value =
true) -> get&
52 auto xattr(
bool value =
true) -> get& {
…}
67 auto binary(
bool value =
true) -> get&
67 auto binary(
bool value =
true) -> get& {
…}
74#ifndef COUCHBASE_CXX_CLIENT_DOXYGEN
78 explicit get(std::string path)
79 : path_(std::move(path))
89 void encode(core::impl::subdoc::command_bundle& bundle)
const;
93 bool binary_{
false };
Definition lookup_in_specs.hxx:34
An intention to perform a SubDocument get operation.
Definition get.hxx:41
auto xattr(bool value=true) -> get &
Sets that this is an extended attribute (XATTR) field.
Definition get.hxx:52
auto binary(bool value=true) -> get &
Sets whether the value should be treated as a binary.
Definition get.hxx:67
Definition array_add_unique.hxx:33
lookup_in_macro
Definition lookup_in_macro.hxx:29
auto to_string(lookup_in_macro value) -> std::string
Converts macro into binary array suitable for sending to the server.
Represents a single item from the result of scan()
Definition allow_querying_search_index_options.hxx:28