ClientConfiguration HeartbeatConfigInterval Property Couchbase .NET SDK 2.0
Sets the interval for configuration "heartbeat" checks, which check for changes in the configuration that are otherwise undetected by the client.

Namespace: Couchbase.Configuration.Client
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public double HeartbeatConfigInterval { get; set; }

Property Value

Type: Double
Remarks
The default is 10000ms.
See Also