Table of Contents

Property NoErase

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

NoErase

Default will securely remove a message and rewrite the data with random data, set this to true to only remove the message

[JsonPropertyName("no_erase")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool NoErase { get; set; }

Property Value

bool