Table of Contents

Property PauseRemaining

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

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

TimeSpan?