Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
#include <cstdint>
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... | |