Table of Contents

Property MinPending

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

MinPending

Priority group minimum pending messages.

[JsonPropertyName("min_pending")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(-9.223372036854776E+18, 9.223372036854776E+18)]
public long MinPending { get; set; }

Property Value

long

Remarks

When specified, this Pull request will only receive messages when the consumer has at least this many pending messages.