Table of Contents

Property NumAckPending

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

NumAckPending

The number of messages pending acknowledgement

[JsonPropertyName("num_ack_pending")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(-2147483648, 2147483647)]
public int NumAckPending { get; set; }

Property Value

int