Loading TOC...

temporal.getLsqtAutomation

temporal.getLsqtAutomation(
   temporal-collection as String
) as Boolean

Summary

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.

Example

const temporal = require("/MarkLogic/temporal.xqy");
temporal.getLsqtAutomation("temporalCollection");

=>

true

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.