Enables configuration "heartbeat" checks.
Namespace: Couchbase.Configuration.Client.ProvidersAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool EnableConfigHeartBeat { get; set; }
public bool EnableConfigHeartBeat { get; set; }
Public Property EnableConfigHeartBeat As Boolean
Get
Set
Public Property EnableConfigHeartBeat As Boolean
Get
Set
public:
property bool EnableConfigHeartBeat {
bool get ();
void set (bool value);
}
public:
property bool EnableConfigHeartBeat {
bool get ();
void set (bool value);
}
member EnableConfigHeartBeat : bool with get, set
member EnableConfigHeartBeat : bool with get, set
Property Value
Type:
Boolean
RemarksThe default is "enabled" or true.
Remarks
See Also