Table of Contents

Property Duplicate

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

Duplicate

Indicates that the message was not stored due to the Nats-Msg-Id header and duplicate tracking

[JsonPropertyName("duplicate")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool Duplicate { get; set; }

Property Value

bool