temporal.getLsqtAutomationPeriod

temporal.getLsqtAutomationPeriod(
   temporal-collection as String
) as Number

Summary

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.

Example

const temporal = require("/MarkLogic/temporal.xqy");
temporal.getLsqtAutomationPeriod("temporalCollection");
=>
1000

Powered by MarkLogic Server | Terms of Use | Privacy Policy