preconditionTime

    The minimum operation time that subsequent operations using this session presume. Every command run on a session updates the precondition time in order to provide a guarantee of causal consistency.

    Mongo.Session.swift:41
    var preconditionTime: BSON.Timestamp? { get }

    This is simply a long-winded way of saying that time never moves backward when running commands on a session.

    Other members in extension

    Type members

    Instance members