temporal.getLsqtAutomationPeriod( temporal-collection as String ) as Number
This function returns how often Last Stable Query Time (LSQT) is automatically advanced, in milliseconds.
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 | The name of temporal collection. |
const temporal = require("/MarkLogic/temporal.xqy"); temporal.getLsqtAutomationPeriod("temporalCollection"); => 1000