Table of Contents

Property MinAckPending

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

MinAckPending

Priority group minimum ACK pending messages.

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

Property Value

long

Remarks

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