timeTravelEnabled property

bool get timeTravelEnabled

Whether snapshot retention and time travel are enabled.

Implementation

bool get timeTravelEnabled => snapshotLimit > 0 && snapshotBytesLimit > 0;