Table of Contents

Property ResetSeq

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

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

Property Value

ulong