Table of Contents

Property MaxAckPending

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

MaxAckPending

The maximum number of outstanding ACKs any consumer may configure

[JsonPropertyName("max_ack_pending")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public int MaxAckPending { get; set; }

Property Value

int