temporal:set-lsqt-automation( $temporal-collection as xs:string, $on as xs:boolean, [$period as xs:unsignedInt], [$lag as xs:unsignedInt] ) as empty-sequence()
This function sets whether Last Stable Query Time (LSQT) management is automatic. And, if enabled, how often LSQT is to be advanced.
For details on how to use LSQT, see Last Stable Query Time (LSQT) and Application-controlled System Time in the Temporal Developer's Guide
xquery version "1.0-ml"; import module namespace temporal = "http://marklogic.com/xdmp/temporal" at "/MarkLogic/temporal.xqy"; temporal:set-lsqt-automation("temporalCollection",fn:true(),5000) => (: Automtacially advance LSQT every 5000 ms :)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.