lagSeconds property

double? lagSeconds
final

Replication lag in seconds. Null when the lag is not known: a primary has none to report, and a member the backend has not probed has none yet. Also null against replicating: true, for a member that is streaming but whose engine printed no numeric lag.

Implementation

final double? lagSeconds;