Property Storage
Storage
The storage backend to use for the Stream.
[JsonPropertyName("storage")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required(AllowEmptyStrings = true)]
public StreamConfigStorage Storage { get; set; }
The storage backend to use for the Stream.
[JsonPropertyName("storage")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required(AllowEmptyStrings = true)]
public StreamConfigStorage Storage { get; set; }