CouchbaseClientSection EnableConfigHeartBeat Property Couchbase .NET SDK 2.0
Enables configuration "heartbeat" checks.

Namespace: Couchbase.Configuration.Client.Providers
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool EnableConfigHeartBeat { get; set; }

Property Value

Type: Boolean
Remarks
The default is "enabled" or true.
Remarks
The interval of the configuration hearbeat check is controlled by the HeartbeatConfigInterval property.
See Also