temporal.getLsqt( temporal-collection as String ) as Date
This function returns the Last Stable Query Time (LSQT) for the collection at current moment. Should read lock if it is in update.
For details on how to use LSQT, see Last Stable Query Time (LSQT) and Application-controlled System Time in the Temporal Developer's Guide
Parameters | |
---|---|
temporal-collection | Name of temporal collection to get LSQt on |
const temporal = require("/MarkLogic/temporal.xqy"); temporal.getLsqt("temporal"); // Returns the Last Stable Query Time for the "temporal" collection.