Table of Contents

Property LastBySubj

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

LastBySubj

Retrieves the last message for a given subject, cannot be combined with seq

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

Property Value

string