Property MinPending
MinPending
Priority group minimum pending messages.
[JsonPropertyName("min_pending")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(-9.223372036854776E+18, 9.223372036854776E+18)]
public long MinPending { get; set; }
Property Value
Remarks
When specified, this Pull request will only receive messages when the consumer has at least this many pending messages.