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

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

Property Value

Type: String

Implements

IBucket.Name
See Also