Table of Contents

Property Mirror

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

Mirror

Maintains a 1:1 mirror of another stream with name matching this property. When a mirror is configured subjects and sources must be empty.

[JsonPropertyName("mirror")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StreamSource? Mirror { get; set; }

Property Value

StreamSource