Table of Contents

Property NumReplicas

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

NumReplicas

How many replicas to keep for each message.

[JsonPropertyName("num_replicas")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(-2147483648, 2147483647)]
public int NumReplicas { get; set; }

Property Value

int