MemcachedBucket BucketType Property Couchbase .NET SDK 2.1.0 Documentation
Returns type of the bucket. In this implementation the value is constant: Memcached.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public BucketTypeEnum BucketType { get; }

Property Value

Type: BucketTypeEnum

Implements

IBucket BucketType
See Also