Table of Contents

Property Active

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

Active

When last the mirror had activity, in nanoseconds. Value will be -1 when there has been no activity.

[JsonPropertyName("active")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonConverter(typeof(NatsJSJsonNanosecondsConverter))]
public TimeSpan Active { get; set; }

Property Value

TimeSpan