Property NumAckPending
NumAckPending
The number of messages pending acknowledgement
[JsonPropertyName("num_ack_pending")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(-2147483648, 2147483647)]
public int NumAckPending { get; set; }
The number of messages pending acknowledgement
[JsonPropertyName("num_ack_pending")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(-2147483648, 2147483647)]
public int NumAckPending { get; set; }