Table of Contents

Property LeaderSince

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

LeaderSince

The time that it was elected as leader (in RFC3339 format in JSON), absent when not the leader.

[JsonPropertyName("leader_since")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public DateTimeOffset LeaderSince { get; init; }

Property Value

DateTimeOffset

Remarks

Supported by server v2.12