Get desktop application:
View/edit binary Protocol Buffers messages
string bucket_name = 1
optional uint64 ram_quota_mb = 3
optional uint32 num_replicas = 4
optional bool flush_enabled = 5
optional bool replica_indexes = 6
optional EvictionMode eviction_mode = 7
optional uint32 max_expiry_secs = 8
optional StorageBackend storage_backend = 11
(message has no fields)
(message has no fields)
string bucket_name = 1
optional uint64 ram_quota_mb = 2
optional uint32 num_replicas = 3
optional bool flush_enabled = 4
optional EvictionMode eviction_mode = 5
optional uint32 max_expiry_secs = 6
(message has no fields)
Used in: CreateBucketRequest, ListBucketsResponse.Bucket
BUCKET_TYPE_COUCHBASE = 0
BUCKET_TYPE_EPHEMERAL = 1
Used in: CreateBucketRequest, ListBucketsResponse.Bucket, UpdateBucketRequest
COMPRESSION_MODE_OFF = 0
COMPRESSION_MODE_PASSIVE = 1
COMPRESSION_MODE_ACTIVE = 2
Used in: CreateBucketRequest, ListBucketsResponse.Bucket
CONFLICT_RESOLUTION_TYPE_TIMESTAMP = 0
CONFLICT_RESOLUTION_TYPE_SEQUENCE_NUMBER = 1
CONFLICT_RESOLUTION_TYPE_CUSTOM = 2
Used in: CreateBucketRequest, ListBucketsResponse.Bucket, UpdateBucketRequest
EVICTION_MODE_FULL = 0
EVICTION_MODE_NOT_RECENTLY_USED = 1
EVICTION_MODE_VALUE_ONLY = 2
EVICTION_MODE_NONE = 3
Used in: ListBucketsResponse
string bucket_name = 1
bool flush_enabled = 2
uint64 ram_quota_mb = 3
uint32 num_replicas = 4
bool replica_indexes = 5
uint32 max_expiry_secs = 8
optional StorageBackend storage_backend = 11
Used in: CreateBucketRequest, ListBucketsResponse.Bucket
STORAGE_BACKEND_COUCHSTORE = 0
STORAGE_BACKEND_MAGMA = 1