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

Go to the source code of this file.

Classes

struct  bucket_settings
 

Namespaces

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

Enumerations

enum class  bucket_type { unknown , couchbase , memcached , ephemeral }
 
enum class  bucket_compression { unknown , off , active , passive }
 
enum class  bucket_eviction_policy {
  unknown , full , value_only , no_eviction ,
  not_recently_used
}
 
enum class  bucket_conflict_resolution { unknown , timestamp , sequence_number , custom }
 
enum class  bucket_storage_backend { unknown , couchstore , magma }