Table of Contents

Property Msgs

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

Msgs

The messages that were lost

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

Property Value

ICollection<long>