ConnectionPoolElement TcpKeepAliveTime Property Couchbase .NET SDK 2.1.0 Documentation
Specifies the timeout, in milliseconds, with no activity until the first keep-alive packet is sent.

Namespace: Couchbase.Configuration.Client.Providers
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public uint TcpKeepAliveTime { get; set; }

Property Value

Type: UInt32
The TCP keep alive time in milliseconds.
Remarks
The default is 2hrs.
See Also