Loading TOC...

xdmp.triggersDatabase

xdmp.triggersDatabase(
   [database-id as (Number|String)]
) as (Number|String)

Summary

Returns the database ID of the triggers database associated with the current database.

Parameters
database-id A database ID. Defaults to the current database.

Example

xdmp.triggersDatabase();
=> 8447094497219470018

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