Table of Contents

Property Expires

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

Expires

A duration from now when the pull should expire, stated in nanoseconds, 0 for no expiry

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

Property Value

TimeSpan