Property MaxAge
MaxAge
Maximum age of any message in the stream, expressed in nanoseconds. 0 for unlimited.
[JsonPropertyName("max_age")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonConverter(typeof(NatsJSJsonNanosecondsConverter))]
public TimeSpan MaxAge { get; set; }