Table of Contents

Property Sources

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

Sources

Streams being sourced into this Stream

[JsonPropertyName("sources")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<StreamSourceInfo>? Sources { get; set; }

Property Value

ICollection<StreamSourceInfo>