OptionalconnectionCouchbase connection string, e.g. couchbase://localhost.
OptionalusernameUsername for cluster authentication.
OptionalpasswordPassword for cluster authentication.
OptionalbucketDefault bucket for key/value operations (default: default).
OptionalscopeDefault scope within the bucket (default: _default).
OptionalcollectionDefault collection within the scope (default: _default).
OptionalclusterA pre-built cluster to use instead of connecting via the driver.
Connection options for
CouchbaseStore.connectionStringis the standardcouchbase:///couchbases://endpoint;username/passwordauthenticate against the cluster. The defaultbucket/scope/collectionselect which collection the key/value CRUD methods operate on when no explicit target is passed. When a pre-builtclusteris supplied (e.g. in tests),connect()uses it directly and skips loading thecouchbasedriver.