Table of Contents

Property NextBySubj

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

NextBySubj

Combined with sequence gets the next message for a subject with the given sequence or higher

[JsonPropertyName("next_by_subj")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? NextBySubj { get; set; }

Property Value

string