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