Table of Contents

Property InactiveThreshold

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

InactiveThreshold

Duration that instructs the server to cleanup ephemeral consumers that are inactive for that long

[JsonPropertyName("inactive_threshold")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonConverter(typeof(NatsJSJsonNanosecondsConverter))]
public TimeSpan InactiveThreshold { get; set; }

Property Value

TimeSpan