BucketConfiguration.Servers Property Couchbase .NET SDK 2.0
A list of IP's to bootstrap off of.

Namespace: Couchbase.Configuration.Client
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public List<Uri> Servers { get; set; }

Property Value

Type: List<Uri>
See Also