CouchbaseBucket.Name Property Couchbase .NET SDK 2.3.3
The Bucket's name. You can view this from the Couchbase Management Console.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
public string Name { get; set; }

Property Value

Type: String

Implements

IBucket.Name
See Also