Loading TOC...

xdmp.databaseForests

xdmp.databaseForests(
   database-id as (Number|String),
   [include-replicas as Boolean]
) as Sequence

Summary

Returns a sequence of forest IDs in the specified database.

Parameters
database-id A database ID.
include-replicas True if replica forest ids should also be included.

Example

xdmp.databaseForests(xdmp.database("Documents"));
=> a Sequence with the forest IDs for the database, for example:
   8456374036761185098
   10615125154705099114

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