Sets the Couchbase Server's list of bootstrap URI's. The client will use the list to connect to initially connect to the cluster.
Namespace: Couchbase.Configuration.Client.ProvidersAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic UriElementCollection Servers { get; set; }
public UriElementCollection Servers { get; set; }
Public Property Servers As UriElementCollection
Get
Set
Public Property Servers As UriElementCollection
Get
Set
public:
property UriElementCollection^ Servers {
UriElementCollection^ get ();
void set (UriElementCollection^ value);
}
public:
property UriElementCollection^ Servers {
UriElementCollection^ get ();
void set (UriElementCollection^ value);
}
member Servers : UriElementCollection with get, set
member Servers : UriElementCollection with get, set
Property Value
Type:
UriElementCollection
See Also