Property MaxMemory
MaxMemory
The maximum amount of Memory storage Stream Messages may consume
[JsonPropertyName("max_memory")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(-1, 1.8446744073709552E+19)]
public long MaxMemory { get; set; }