Table of Contents

Property DenyDelete

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

DenyDelete

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

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

Property Value

bool