Click or drag to resize
BucketConfigurationUsername Property
The username for connecting to a Bucket.

Namespace: Couchbase.Configuration.Client
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.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