CouchbaseBucket.BucketType Property Couchbase .NET SDK 2.3.3
Returns type of the bucket. In this implementation the value is constant: Couchbase.

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

Property Value

Type: BucketTypeEnum

Implements

IBucket.BucketType
See Also