Property MaxExpires
MaxExpires
The maximum expires value that may be set when doing a pull on a Pull Consumer
[JsonPropertyName("max_expires")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonConverter(typeof(NatsJSJsonNanosecondsConverter))]
public TimeSpan MaxExpires { get; set; }