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