Property Lag
Lag
How many uncommitted operations this peer is behind the leader
[JsonPropertyName("lag")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(0, 2147483647)]
public int Lag { get; set; }
How many uncommitted operations this peer is behind the leader
[JsonPropertyName("lag")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(0, 2147483647)]
public int Lag { get; set; }