Table of Contents

Property LastSeq

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

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

Property Value

ulong