Table of Contents

Property DuplicateWindow

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

DuplicateWindow

The time window to track duplicate messages for, expressed in nanoseconds. 0 for default

[JsonPropertyName("duplicate_window")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonConverter(typeof(NatsJSJsonNanosecondsConverter))]
public TimeSpan DuplicateWindow { get; set; }

Property Value

TimeSpan