Sets the interval for configuration "heartbeat" checks, which check for changes in the configuration that are otherwise undetected by the client.
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic double HeartbeatConfigInterval { get; set; }
public double HeartbeatConfigInterval { get; set; }
Public Property HeartbeatConfigInterval As Double
Get
Set
Public Property HeartbeatConfigInterval As Double
Get
Set
public:
property double HeartbeatConfigInterval {
double get ();
void set (double value);
}
public:
property double HeartbeatConfigInterval {
double get ();
void set (double value);
}
member HeartbeatConfigInterval : float with get, set
member HeartbeatConfigInterval : float with get, set
Property Value
Type:
Double
RemarksThe default is 10000ms.
See Also