Table of Contents

Property NumWaiting

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

NumWaiting

The number of pull consumers waiting for messages

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

Property Value

int