Definition bucket_settings.hxx:28
bucket_type
Definition bucket_settings.hxx:29
bucket_eviction_policy
Definition bucket_settings.hxx:41
@ no_eviction
Couchbase Server keeps all data until explicitly deleted, but will reject any new data if you reach t...
@ not_recently_used
When the memory quota is reached, Couchbase Server ejects data that has not been used recently.
@ full
During ejection, everything (including key, metadata, and value) will be ejected.
@ value_only
During ejection, only the value will be ejected (key and metadata will remain in memory).
bucket_conflict_resolution
Definition bucket_settings.hxx:77
@ custom
VOLATILE: This API is subject to change at any time.
@ sequence_number
Use sequence number conflict resolution.
@ timestamp
Use timestamp conflict resolution.
bucket_compression
Definition bucket_settings.hxx:35
bucket_storage_backend
Definition bucket_settings.hxx:107
Definition bucket_settings.hxx:113
std::optional< bool > replica_indexes
Definition bucket_settings.hxx:122
bucket_conflict_resolution conflict_resolution_type
Definition bucket_settings.hxx:125
bucket_storage_backend storage_backend
UNCOMMITTED: This API may change in the future.
Definition bucket_settings.hxx:133
std::optional< std::uint32_t > history_retention_bytes
Definition bucket_settings.hxx:127
std::optional< couchbase::durability_level > minimum_durability_level
Definition bucket_settings.hxx:120
std::optional< bool > flush_enabled
Definition bucket_settings.hxx:123
std::optional< std::uint32_t > max_expiry
Definition bucket_settings.hxx:118
bucket_eviction_policy eviction_policy
Definition bucket_settings.hxx:124
std::optional< std::uint32_t > history_retention_duration
Definition bucket_settings.hxx:128
std::string name
Definition bucket_settings.hxx:115
std::optional< std::uint32_t > num_replicas
Definition bucket_settings.hxx:121
std::uint64_t ram_quota_mb
Definition bucket_settings.hxx:117
bucket_compression compression_mode
Definition bucket_settings.hxx:119
std::optional< bool > history_retention_collection_default
Definition bucket_settings.hxx:126