CouchbaseCluster Constructor |
Ctor for creating Cluster instance using the default settings.
Namespace: CouchbaseAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CouchbaseCluster()
public:
CouchbaseCluster()
new : unit -> CouchbaseCluster
Remarks
This is the default configuration and will attempt to bootstrap off of localhost.
See Also