Returns type of the bucket. In this implementation the value is constant: Couchbase.
Namespace: CouchbaseAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic BucketTypeEnum BucketType { get; }
public BucketTypeEnum BucketType { get; }
Public ReadOnly Property BucketType As BucketTypeEnum
Get
Public ReadOnly Property BucketType As BucketTypeEnum
Get
public:
virtual property BucketTypeEnum BucketType {
BucketTypeEnum get () sealed;
}
public:
virtual property BucketTypeEnum BucketType {
BucketTypeEnum get () sealed;
}
abstract BucketType : BucketTypeEnum with get
override BucketType : BucketTypeEnum with get
abstract BucketType : BucketTypeEnum with get
override BucketType : BucketTypeEnum with get
Property Value
Type:
BucketTypeEnumImplements
IBucket.BucketType
See Also