Property Name
Name
A unique name for the Stream, empty for Stream Templates.
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[StringLength(2147483647)]
[RegularExpression("^[^.*>]*$")]
public string? Name { get; set; }