Table of Contents

Property Stream

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

Stream

The name of the stream that received the message

[JsonPropertyName("stream")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required]
public string? Stream { get; set; }

Property Value

string