Table of Contents

Property Deleted

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

Deleted

IDs of messages that were deleted using the Message Delete API or Interest based streams removing messages out of order

[JsonPropertyName("deleted")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<long>? Deleted { get; set; }

Property Value

ICollection<long>