MarkLogic Server 11.0 Product Documentation
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.

In an isolated evaluation context (see xdmp.isIsolated), this function is not available and throws XDMP-ISOLATED.

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

Example

xdmp.requestLogGet("someKey1");
Powered by MarkLogic Server | Terms of Use | Privacy Policy