Property PauseRemaining
PauseRemaining
If the consumer is IsPaused, this contains how much time is remaining until this consumer is unpaused.
[JsonPropertyName("pause_remaining")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonConverter(typeof(NatsJSJsonNullableNanosecondsConverter))]
public TimeSpan? PauseRemaining { get; set; }
Property Value
Remarks
This feature is only available on NATS server v2.11 and later.