Couchbase .NET SDK | 3.3.5
Search Results for

    Show / Hide Table of Contents

    Class ExperimentalOptions

    Settings to enable various experiments. These experiments may improve performance, but also may have stability issues. If successful, they will become the standard approach.

    Inheritance
    Object
    ExperimentalOptions
    Namespace: Couchbase
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class ExperimentalOptions : object

    Properties

    | Improve this Doc View Source

    ChannelConnectionPools

    Use System.Threading.Channels for connection pool distribution.

    Declaration
    public bool ChannelConnectionPools { get; set; }
    Property Value
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2022 Couchbase, Inc.