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