Table of Contents

Property NumPending

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

NumPending

The number of messages left unconsumed in this Consumer

[JsonPropertyName("num_pending")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(0, 1.8446744073709552E+19)]
public ulong NumPending { get; set; }

Property Value

ulong