Property InactiveThreshold
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; }