Property Replicas
Replicas
The members of the RAFT cluster
[JsonPropertyName("replicas")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<PeerInfo>? Replicas { get; set; }
The members of the RAFT cluster
[JsonPropertyName("replicas")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<PeerInfo>? Replicas { get; set; }