Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
durability_level.hxx File Reference
#include <cstdint>
Include dependency graph for durability_level.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  couchbase
 Represents a single item from the result of collection::scan()
 

Enumerations

enum class  durability_level : std::uint8_t { none = 0x00 , majority = 0x01 , majority_and_persist_to_active = 0x02 , persist_to_majority = 0x03 }
 Specifies enhanced durability options for the mutation. More...