Table of Contents

Property MaxWaiting

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

MaxWaiting

The number of pulls that can be outstanding on a pull consumer, pulls received after this is reached are ignored

[JsonPropertyName("max_waiting")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(-9.223372036854776E+18, 9.223372036854776E+18)]
public long MaxWaiting { get; set; }

Property Value

long