Couchbase .NET SDK | 3.3.5
Search Results for

    Show / Hide Table of Contents

    Enum ClusterServiceLifetime

    Represents the scope used for a custom cluster service.

    Namespace: Couchbase
    Assembly: Couchbase.NetClient.dll
    Syntax
    public enum ClusterServiceLifetime : int

    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2022 Couchbase, Inc.