Table of Contents

Property Keep

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

Keep

Ensures this many messages are present after the purge. Can be combined with the subject filter but not the sequence

[JsonPropertyName("keep")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(0, 1.8446744073709552E+19)]
public ulong Keep { get; set; }

Property Value

ulong