Table of Contents

Property Subject

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

Subject

The subject the message was originally received on

[JsonPropertyName("subject")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required]
public required string Subject { get; set; }

Property Value

string