|
Couchbase C++ SDK 1.2.0 (rev. c2439a4)
|
#include <cstdint>

Go to the source code of this file.
Namespaces | |
| namespace | couchbase |
| Represents a single item from the result of 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... | |