xdmp:stop-journal-archiving

xdmp:stop-journal-archiving(
   $forestIDs as xs:unsignedLong*
) as empty-sequence()

Summary

Stops journal archiving to the specified list of forests.

Parameters
forestIDs A sequence of forest IDs.

Required Privileges

http://marklogic.com/xdmp/privileges/xdmp-stop-journal-archiving

Example

xdmp:stop-journal-archiving(
  xdmp:database-forests(xdmp:database("Documents")))
Powered by MarkLogic Server | Terms of Use | Privacy Policy