Table of Contents

Property Replicas

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

Replicas

The members of the RAFT cluster

[JsonPropertyName("replicas")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<PeerInfo>? Replicas { get; set; }

Property Value

ICollection<PeerInfo>