Table of Contents

Property AllowRollupHdrs

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

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; }

Property Value

bool