Property MemoryMaxStreamBytes
MemoryMaxStreamBytes
The maximum size any single memory stream may be
[JsonPropertyName("memory_max_stream_bytes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(-1, 2147483647)]
public int MemoryMaxStreamBytes { get; set; }