Private Readonly clientPrivate Readonly docPrivate Readonly lockPrivate Readonly maxPrivate Readonly pollingPrivate Readonly pollingPrivate Readonly tableGet the contents of the session
the session id
Private getAttempt to lock the row
boolean - returns true if lock successful (unsuccessful lock throws LockError)
Error - a message declaring that the row is already locked, if that is the case
Private pollAdds or updates (if the fields already exist) data in the session
the session id
the data to add or update
Removes the given properties from the session object No error will be thrown if any of the provided fields don't exist.
Returns false if the id wasn't found. Otherwise, returns true.
the session id
the names of the properties or indexes to remove
This is a noop function for dynamo