Property MaxStreams
MaxStreams
The maximum number of Streams this Template can create, -1 for unlimited.
[JsonPropertyName("max_streams")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(-2147483648, 2147483647)]
public int MaxStreams { get; set; }