Property MaxBytes
MaxBytes
How big the Stream may be, when the combined stream size exceeds this old messages are removed. -1 for unlimited.
[JsonPropertyName("max_bytes")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(-9.223372036854776E+18, -9.223372036854776E+18)]
public long MaxBytes { get; set; }