Loading TOC...

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")))

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