Couchbase Transactions C++ Client  1.0.0
Transactions client for couchbase
List of all members
couchbase::remove_options Class Reference

Options for collection::remove() More...

#include <options.hxx>

Inheritance diagram for couchbase::remove_options:
couchbase::common_mutate_options< remove_options > couchbase::common_options< remove_options >

Additional Inherited Members

- Public Member Functions inherited from couchbase::common_mutate_options< remove_options >
CB_NODISCARD boost::optional< uint64_t > cas () const
 Get cas. More...
 
remove_optionscas (uint64_t cas)
 Set current CAS. More...
 
CB_NODISCARD boost::optional< durability_leveldurability () const
 Get Durability. More...
 
remove_optionsdurability (durability_level level)
 Set durability. More...
 
- Public Member Functions inherited from couchbase::common_options< remove_options >
CB_NODISCARD boost::optional< std::chrono::microseconds > timeout () const
 get timeout More...
 
remove_optionstimeout (R timeout)
 Set timeout. More...
 

Detailed Description

Options for collection::remove()

`


The documentation for this class was generated from the following file: