Property MaxConsumers
MaxConsumers
How many Consumers can be defined for a given Stream. -1 for unlimited.
[JsonPropertyName("max_consumers")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(-2147483648, 2147483647)]
public int MaxConsumers { get; set; }