Loading TOC...

xdmp.requestLogGet

xdmp.requestLogGet(
   key as String
) as Object

Summary

Retrieves the value stored under the specified $key for the current request. When there is no data stored under the key an empty sequence is returned.

Parameters
key A key. If the key does not exit, null is returned.

Example

xdmp.requestLogGet("someKey1");

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