Property AllowRollupHdrs
AllowRollupHdrs
Allows the use of the Nats-Rollup header to replace all contents of a stream, or subject in a stream, with a single new message
[JsonPropertyName("allow_rollup_hdrs")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool AllowRollupHdrs { get; set; }