alert:config-get-trigger-ids( $config as element(alert:config) ) as xs:unsignedLong*
This function returns the trigger IDs set in the specified alerting configuration.
Parameters | |
---|---|
$config | The specified alerting configuration. |
xquery version "1.0-ml"; import module namespace alert = "http://marklogic.com/xdmp/alert" at "/MarkLogic/alert.xqy"; let $trigger-ids := alert:config-get-trigger-ids($config)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.