Class StreamListResponse
A response from the JetStream $JS.API.STREAM.LIST API
public record StreamListResponse : IterableResponse, IEquatable<IterableResponse>, IEquatable<StreamListResponse>
- Inheritance
-
StreamListResponse
- Implements
- Inherited Members
Properties
- Missing
In clustered environments gathering Stream info might time out, this list would be a list of Streams for which information was not obtainable
- 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.
- Streams
Full Stream information for each known Stream