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 null when there has been no activity.

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

Property Value

TimeSpan?