BucketElement Name Property Couchbase .NET SDK 2.1.0 Documentation
The name of the Bucket.

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

Property Value

Type: String
Remarks
The name can be set within the Couchbase Management Console.
See Also