Enum BucketType
Represents the Bucket types supported by Couchbase Server
Namespace: Couchbase.Management.Buckets
Assembly: Couchbase.NetClient.dll
Syntax
public enum BucketType
Fields
Name | Description |
---|---|
Couchbase | A persistent Bucket supporting replication and rebalancing. |
Ephemeral | The ephemeral bucket type for in-memory buckets with Couchbase bucket behavior. |
Memcached | A Bucket supporting in-memory Key/Value operations. |