Table of Contents

Property DenyPurge

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

DenyPurge

Restricts the ability to purge messages from a stream via the API. Cannot be change once set to true

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

Property Value

bool