Property NumReplicas
NumReplicas
When set do not inherit the replica count from the stream but specifically set it to this amount
[JsonPropertyName("num_replicas")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(-9.223372036854776E+18, 9.223372036854776E+18)]
public long NumReplicas { get; set; }