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