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)]
public ICollection<long>? Backoff { get; set; }

Property Value

ICollection<long>