BucketTypeEnum EnumerationCouchbase .NET SDK 2.0
Represents the Bucket types supported by Couchbase Server

Namespace: Couchbase.Core.Buckets
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public enum BucketTypeEnum
Members
  Member nameValueDescription
Couchbase0 A persistent Bucket supporting replication and rebalancing.
Memcached1 A Bucket supporting in-memory Key/Value operations.
See Also