Enum ClusterServiceLifetime
Represents the scope used for a custom cluster service.
Namespace: Couchbase
Assembly: Couchbase.NetClient.dll
Syntax
public enum ClusterServiceLifetime
Fields
Name | Description |
---|---|
Cluster | A single service will be used for the lifetime of the cluster. |
Transient | A new service will be created for each request for the service. |