Table of Contents

Property MaxMsgsPerSubject

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

MaxMsgsPerSubject

For wildcard streams ensure that for every unique subject this many messages are kept - a per subject retention limit

[JsonPropertyName("max_msgs_per_subject")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(-2147483648, 2147483647)]
public long MaxMsgsPerSubject { get; set; }

Property Value

long