Couchbase C++ SDK 1.0.2 (rev. 51f4775)
Loading...
Searching...
No Matches
binary_collection Member List

This is the complete list of members for binary_collection, including all inherited members.

append(std::string document_id, std::vector< std::byte > data, const append_options &options, append_handler &&handler) constbinary_collection
append(std::string document_id, std::vector< std::byte > data, const append_options &options) const -> std::future< std::pair< error, mutation_result > >binary_collection
bucket_name() const -> const std::string &binary_collection
collection classbinary_collectionfriend
decrement(std::string document_id, const decrement_options &options, decrement_handler &&handler) constbinary_collection
decrement(std::string document_id, const decrement_options &options) const -> std::future< std::pair< error, counter_result > >binary_collection
increment(std::string document_id, const increment_options &options, increment_handler &&handler) constbinary_collection
increment(std::string document_id, const increment_options &options) const -> std::future< std::pair< error, counter_result > >binary_collection
name() const -> const std::string &binary_collection
prepend(std::string document_id, std::vector< std::byte > data, const prepend_options &options, prepend_handler &&handler) constbinary_collection
prepend(std::string document_id, std::vector< std::byte > data, const prepend_options &options) const -> std::future< std::pair< error, mutation_result > >binary_collection
scope_name() const -> const std::string &binary_collection