You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get the Savepoint's rollback client PID. This returns the process ID/connection ID of the Linked QL client that performed last rollback operation (savepoint.rollback()).
// Which client rolled back savepoint?constsavepoint=awaitclient.database('database_1').savepoint({lookAhead: true});console.log(savepoint.rollbackClientPID());// '72776'