Table of Contents

Property Subjects

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

Subjects

Subjects and their message counts when a subjects_filter was set

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

Property Value

IDictionary<string, long>