Table of Contents

Property Backoff

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

Backoff

List of durations in Go format that represents a retry time scale for NaK'd messages

[JsonPropertyName("backoff")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonConverter(typeof(NatsJSJsonNullableCollectionNanosecondsConverter))]
public ICollection<TimeSpan>? Backoff { get; set; }

Property Value

ICollection<TimeSpan>