Property LastSeq
LastSeq
Sequence number of the last message in the Stream
[JsonPropertyName("last_seq")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(0, 1.8446744073709552E+19)]
public ulong LastSeq { get; set; }
Sequence number of the last message in the Stream
[JsonPropertyName("last_seq")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(0, 1.8446744073709552E+19)]
public ulong LastSeq { get; set; }