xdmp:streamable

xdmp:streamable(
   $value as item()*
) as xs:string*

Summary

Returns a sequence of strings describing the streaming nature of the argument value.

Parameters
value The value to return the attributes from.

Usage Notes

String values returned include zero or more of the following:

Example

xdmp:streamable(cts:search(fn:doc(), "hello"))
=> "iterator"
Powered by MarkLogic Server | Terms of Use | Privacy Policy