Class ConsulHeartbeatOptions
Configuration values used for the heartbeat checks
public class ConsulHeartbeatOptions
- Inheritance
-
ConsulHeartbeatOptions
- Inherited Members
Properties
Enabled
Gets or sets a value indicating whether heartbeats are enabled, defaults true
public bool Enabled { get; set; }
Property Value
IntervalRatio
Gets or sets the interval ratio
public double IntervalRatio { get; set; }
Property Value
Ttl
Gets the time to live setting
public string Ttl { get; }
Property Value
TtlUnit
Gets or sets the time unit of the TtlValue, defaults = "s"
public string TtlUnit { get; set; }
Property Value
TtlValue
Gets or sets the time to live heartbeat time, defaults 30
public int TtlValue { get; set; }