Table of Contents

Property StreamName

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

StreamName

The Stream the consumer belongs to

[JsonPropertyName("stream_name")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required(AllowEmptyStrings = true)]
public required string StreamName { get; set; }

Property Value

string