Table of Contents

Property Seq

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

Seq

If successful this will be the sequence the message is stored at

[JsonPropertyName("seq")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(0, 1.8446744073709552E+19)]
public ulong Seq { get; set; }

Property Value

ulong