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

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

Property Value

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