Table of Contents

Property Missing

Namespace
NATS.Client.JetStream.Models
Assembly
NATS.Client.JetStream.dll

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; }

Property Value

ICollection<string>