Table of Contents

Property Offline

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

Offline

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

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

Property Value

IDictionary<string, string>