Property MaxStorage
MaxStorage
The maximum amount of File storage Stream Messages may consume
[JsonPropertyName("max_storage")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(-1, 2147483647)]
public int MaxStorage { get; set; }
The maximum amount of File storage Stream Messages may consume
[JsonPropertyName("max_storage")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(-1, 2147483647)]
public int MaxStorage { get; set; }