BucketConfigurationServers Property |
A list of IP's to bootstrap off of.
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<Uri> Servers { get; set; }
Public Property Servers As List(Of Uri)
Get
Set
public:
property List<Uri^>^ Servers {
List<Uri^>^ get ();
void set (List<Uri^>^ value);
}
member Servers : List<Uri> with get, set
Property Value
Type:
ListUri
See Also