Table of Contents

Property Subjects

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

Subjects

A list of subjects to consume, supports wildcards. Must be empty when a mirror is configured. May be empty when sources are configured.

[JsonPropertyName("subjects")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<string>? Subjects { get; set; }

Property Value

ICollection<string>