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

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

Property Value

Type: BucketTypeEnum

Implements

IBucket BucketType
See Also