Table of Contents

Property Offline

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

Offline

Streams that are offline, keyed by Stream name with the reason as the value. A Stream goes offline when it requires a higher API level than the server supports. Offline Streams are also listed in Missing.

[JsonPropertyName("offline")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public IDictionary<string, string>? Offline { get; set; }

Property Value

IDictionary<string, string>