Property Missing
Missing
In clustered environments gathering Stream info might time out, this list would be a list of Streams for which information was not obtainable
[JsonPropertyName("missing")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<string>? Missing { get; set; }