Table of Contents

Property Lag

Namespace
NATS.Client.JetStream.Models
Assembly
NATS.Client.JetStream.dll

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; }

Property Value

int