Property PauseUntil
PauseUntil
If the consumer is paused, this contains until which time it is paused.
[JsonPropertyName("pause_until")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public DateTimeOffset? PauseUntil { get; set; }
Property Value
Remarks
This feature is only available on NATS server v2.11 and later.