Property ResetSeq
ResetSeq
The stream sequence the consumer was reset to. The next delivered message will have a stream sequence >= ResetSeq.
[JsonPropertyName("reset_seq")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(0, 1.8446744073709552E+19)]
public ulong ResetSeq { get; set; }