Click or drag to resize
CouchbaseCluster Constructor (String)
Ctor for creating Cluster instance using an App.Config or Web.config.

Namespace: Couchbase
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CouchbaseCluster(
	string configurationSectionName
)

Parameters

configurationSectionName
Type: SystemString
The name of the configuration section to use.
Remarks
Note that CouchbaseClientSection needs include the sectionGroup name as well: "couchbaseSection/couchbase"
See Also