BucketConfiguration Username Property Couchbase .NET SDK 2.0
The username for connecting to a Bucket.

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

Property Value

Type: String
Remarks
The BucketName is used for as the username for connecting to Buckets.
See Also