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.
Namespace: Couchbase
Assembly: Couchbase.NetClient.dll
Syntax
public class ExperimentalOptions : object
Properties
| Improve this Doc View SourceChannelConnectionPools
Use System.Threading.Channels for connection pool distribution.
Declaration
public bool ChannelConnectionPools { get; set; }
Property Value
Type | Description |
---|---|
Boolean |