temporal.getLsqtAutomation( temporal-collection as String ) as Boolean
This function returns whether Last Stable Query Time (LSQT) management is automatically managed (true) or not automatically managed (false).
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.getLsqtAutomation("temporalCollection"); => true
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.