Property StreamName
StreamName
The Stream the consumer belongs to
[JsonPropertyName("stream_name")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required(AllowEmptyStrings = true)]
public required string StreamName { get; set; }
The Stream the consumer belongs to
[JsonPropertyName("stream_name")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required(AllowEmptyStrings = true)]
public required string StreamName { get; set; }