Table of Contents

Property Streams

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

Streams

Full Stream information for each known Stream

[JsonPropertyName("streams")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required]
public ICollection<StreamInfo> Streams { get; set; }

Property Value

ICollection<StreamInfo>